averageandyyy commited on
Commit
73b67b8
·
1 Parent(s): d2ffa23

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -20,7 +20,7 @@ main {
20
  padding: 20px;
21
  }
22
 
23
- @media only screen and (max-width: 815px) {
24
  #main-doc {
25
  position: relative;
26
  margin-left: 0px;
@@ -29,7 +29,7 @@ main {
29
  }
30
  }
31
 
32
- @media only screen and (max-width: 815px) {
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;