some sectioning height optimizations
This commit is contained in:
parent
01db74dc6e
commit
9ad26de1cf
@ -86,6 +86,7 @@
|
||||
|
||||
#section2 {
|
||||
height: 130%;
|
||||
min-height: 860px;
|
||||
}
|
||||
|
||||
#aboutPic {
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
/* Screen smaller than 600px -- general small width screens */
|
||||
@media screen and (max-width: 1200px) {
|
||||
#section5 {
|
||||
height: 100%;
|
||||
}
|
||||
/*#section5 {*/
|
||||
/* height: 100%;*/
|
||||
/*}*/
|
||||
}
|
||||
|
@ -89,6 +89,7 @@
|
||||
@media screen and (max-width: 1200px) {
|
||||
#section3 {
|
||||
height: 100%;
|
||||
min-height: 700px;
|
||||
}
|
||||
|
||||
.tab {
|
||||
|
@ -61,10 +61,6 @@ body, html, #maincontent {
|
||||
background: #311E25;
|
||||
}
|
||||
|
||||
.tile {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
#backtotopbutton {
|
||||
display: none; /* hide scroll to top button on mobile devices */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user