some sectioning height optimizations

This commit is contained in:
lukas-heiligenbrunner 2020-03-20 18:08:15 +01:00
parent 01db74dc6e
commit 9ad26de1cf
4 changed files with 5 additions and 7 deletions

View File

@ -86,6 +86,7 @@
#section2 {
height: 130%;
min-height: 860px;
}
#aboutPic {

View File

@ -49,7 +49,7 @@
/* Screen smaller than 600px -- general small width screens */
@media screen and (max-width: 1200px) {
#section5 {
height: 100%;
}
/*#section5 {*/
/* height: 100%;*/
/*}*/
}

View File

@ -89,6 +89,7 @@
@media screen and (max-width: 1200px) {
#section3 {
height: 100%;
min-height: 700px;
}
.tab {

View File

@ -61,10 +61,6 @@ body, html, #maincontent {
background: #311E25;
}
.tile {
min-height: 300px;
}
#backtotopbutton {
display: none; /* hide scroll to top button on mobile devices */
}