Spaces:
Running
Running
Commit
·
80c7347
1
Parent(s):
d415ab2
Update style.css
Browse files
style.css
CHANGED
|
@@ -25,20 +25,21 @@ main {
|
|
| 25 |
position: relative;
|
| 26 |
margin-left: 0px;
|
| 27 |
margin-top: 270px;
|
|
|
|
| 28 |
}
|
| 29 |
}
|
| 30 |
|
| 31 |
@media only screen and (max-width: 815px) {
|
| 32 |
#navbar {
|
| 33 |
position: absolute;
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
width: 100%;
|
| 38 |
max-height: 275px;
|
| 39 |
border: none;
|
| 40 |
-
border-bottom: 2px solid;
|
| 41 |
z-index: 1;
|
|
|
|
| 42 |
}
|
| 43 |
}
|
| 44 |
|
|
|
|
| 25 |
position: relative;
|
| 26 |
margin-left: 0px;
|
| 27 |
margin-top: 270px;
|
| 28 |
+
z-index: 0;
|
| 29 |
}
|
| 30 |
}
|
| 31 |
|
| 32 |
@media only screen and (max-width: 815px) {
|
| 33 |
#navbar {
|
| 34 |
position: absolute;
|
| 35 |
+
top: 0;
|
| 36 |
+
padding: 0;
|
| 37 |
+
margin: 0;
|
| 38 |
width: 100%;
|
| 39 |
max-height: 275px;
|
| 40 |
border: none;
|
|
|
|
| 41 |
z-index: 1;
|
| 42 |
+
border-bottom: 2px solid;
|
| 43 |
}
|
| 44 |
}
|
| 45 |
|