File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- body {
1
+ body , html {
2
2
font-family : Verdana, Geneva, Tahoma, sans-serif;
3
3
padding : 0 ;
4
4
margin : 0 ;
@@ -18,7 +18,7 @@ footer p {
18
18
aside {
19
19
margin-top : 20px ; /* mobile, removed >= 640px */
20
20
grid-template-rows : auto 1fr ;
21
- grid-template-columns : auto 196 px ;
21
+ grid-template-columns : auto 147 px ;
22
22
display : grid;
23
23
}
24
24
aside nav {
@@ -38,6 +38,7 @@ ul, li {
38
38
}
39
39
aside li {
40
40
font-size : 80% ;
41
+ list-style : none;
41
42
}
42
43
section img {
43
44
max-width : 100% ;
@@ -230,9 +231,7 @@ section, footer {
230
231
aside {
231
232
margin-top : 0 ;
232
233
grid-row : 2 ;
233
- }
234
- aside li {
235
- margin-left : 20px ;
234
+ grid-template-columns : auto 196px ;
236
235
}
237
236
article p : nth-child (1 ) {
238
237
margin-top : 0 ;
@@ -248,7 +247,6 @@ section, footer {
248
247
body {
249
248
background-color : # 000000 ;
250
249
color : # eee ;
251
- margin : 20px ;
252
250
}
253
251
.labels .ground td {color : # eeeeee66 ;}
254
252
header , body > nav {
You can’t perform that action at this time.
0 commit comments