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 227c21c commit 6ae7e0eCopy full SHA for 6ae7e0e
assets/css/main.css
@@ -198,10 +198,6 @@ pre code {
198
/* Container */
199
@media screen and (min-width: 880px) {
200
201
- .container {
202
- margin: 0 220px;
203
- }
204
-
205
.container.xsmall {
206
width: 15em;
207
}
assets/css/page.css
@@ -3,6 +3,10 @@
3
#ham-toggle {
4
display: none;
5
6
+
7
+ .container {
8
+ margin: 1em 220px;
9
+ }
10
11
12
@media screen and (max-width: 879px) {
0 commit comments