Re-enabled changes to the menu for screen sizes <= 800px
This commit is contained in:
parent
aa370d1184
commit
19282bd2ef
@ -10,19 +10,6 @@ body {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
#tree {
|
||||
position: relative;
|
||||
height: 250px;
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
#content {
|
||||
padding-left: 20px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear:both;
|
||||
}
|
||||
@ -279,3 +266,17 @@ p.subsection {
|
||||
display: inline;
|
||||
color: #FF8080;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 800px) {
|
||||
#tree {
|
||||
position: relative;
|
||||
height: 250px;
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
#content {
|
||||
padding-left: 20px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user