Re-enabled changes to the menu for screen sizes <= 800px

This commit is contained in:
Edouard Saintesprit 2023-01-15 18:46:56 +01:00 committed by Alexandre Prokoudine
parent aa370d1184
commit 19282bd2ef
1 changed files with 14 additions and 13 deletions

View File

@ -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;
}
}