averageandyyy commited on
Commit
d415ab2
·
1 Parent(s): a0247e4

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +23 -0
style.css CHANGED
@@ -20,6 +20,29 @@ main {
20
  padding: 20px;
21
  }
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  #navbar {
24
  position: fixed;
25
  min-width: 290px;
 
20
  padding: 20px;
21
  }
22
 
23
+ @media only screen and (max-width: 815px) {
24
+ #main-doc {
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
+ min-width: 290px;
35
+ top: 0px;
36
+ left: 0px;
37
+ width: 100%;
38
+ max-height: 275px;
39
+ border: none;
40
+ border-bottom: 2px solid;
41
+ z-index: 1;
42
+ }
43
+ }
44
+
45
+
46
  #navbar {
47
  position: fixed;
48
  min-width: 290px;