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
+1
View File
@@ -86,6 +86,7 @@
#section2 { #section2 {
height: 130%; height: 130%;
min-height: 860px;
} }
#aboutPic { #aboutPic {
+3 -3
View File
@@ -49,7 +49,7 @@
/* Screen smaller than 600px -- general small width screens */ /* Screen smaller than 600px -- general small width screens */
@media screen and (max-width: 1200px) { @media screen and (max-width: 1200px) {
#section5 { /*#section5 {*/
height: 100%; /* height: 100%;*/
} /*}*/
} }
+1
View File
@@ -89,6 +89,7 @@
@media screen and (max-width: 1200px) { @media screen and (max-width: 1200px) {
#section3 { #section3 {
height: 100%; height: 100%;
min-height: 700px;
} }
.tab { .tab {
-4
View File
@@ -61,10 +61,6 @@ body, html, #maincontent {
background: #311E25; background: #311E25;
} }
.tile {
min-height: 300px;
}
#backtotopbutton { #backtotopbutton {
display: none; /* hide scroll to top button on mobile devices */ display: none; /* hide scroll to top button on mobile devices */
} }