Spaces:
Running
Running
Commit
·
73b67b8
1
Parent(s):
d2ffa23
Update style.css
Browse files
style.css
CHANGED
|
@@ -20,7 +20,7 @@ main {
|
|
| 20 |
padding: 20px;
|
| 21 |
}
|
| 22 |
|
| 23 |
-
@media
|
| 24 |
#main-doc {
|
| 25 |
position: relative;
|
| 26 |
margin-left: 0px;
|
|
@@ -29,7 +29,7 @@ main {
|
|
| 29 |
}
|
| 30 |
}
|
| 31 |
|
| 32 |
-
@media
|
| 33 |
#navbar {
|
| 34 |
position: absolute;
|
| 35 |
top: 0;
|
|
|
|
| 20 |
padding: 20px;
|
| 21 |
}
|
| 22 |
|
| 23 |
+
@media (max-width: 815px) {
|
| 24 |
#main-doc {
|
| 25 |
position: relative;
|
| 26 |
margin-left: 0px;
|
|
|
|
| 29 |
}
|
| 30 |
}
|
| 31 |
|
| 32 |
+
@media (max-width: 815px) {
|
| 33 |
#navbar {
|
| 34 |
position: absolute;
|
| 35 |
top: 0;
|