We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b661cdd commit 29aa0f2Copy full SHA for 29aa0f2
css/app.css
@@ -96,23 +96,26 @@ body {
96
font-size: 0.8rem;
97
}
98
99
-@media (min-width: 40rem) {
100
- #content {
101
- width: 580px;
102
- padding-left:350px;
103
- }
104
-}
105
-
106
#content {
107
padding-top: 10px;
108
padding-bottom: 150px;
109
+ margin-left: 20px;
+ margin-right: 20px;
110
111
line-height:1.6rem;
112
113
/* border: 1px solid black; */
114
115
+@media (min-width: 40rem) {
+ #content {
+ width: 580px;
+ padding-left:350px;
+ margin-left: 0px;
+ margin-right: 0px;
116
+ }
117
+}
118
+
119
#content pre {
120
margin-left: auto;
121
margin-right: auto;
0 commit comments