Skip to content

Commit b3bc2cb

Browse files
css tweaks
1 parent a36f75d commit b3bc2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/styles/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
html, body {
22
margin: 0;
33
padding: 0;
4+
background-color: darkblue;
45
}
56

67
h1, h2 {
@@ -13,7 +14,6 @@ h1, h2 {
1314
bottom: 0;
1415
right: 0;
1516
padding: 10px;
16-
background-color: darkblue;
1717
}
1818

1919
#layout-sections {
@@ -29,7 +29,7 @@ h1, h2 {
2929
grid-template-rows: 300px 400px auto auto;
3030
}
3131

32-
@media (max-width: 800px) {
32+
@media only screen and (max-width: 800px) {
3333
#content {
3434
position: relative;
3535
}

0 commit comments

Comments
 (0)