mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
fix issues when content takes more than 1 screen height
This commit is contained in:
+1
-3
@@ -24,7 +24,7 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -84,11 +84,9 @@ h1 {
|
|||||||
@media only screen
|
@media only screen
|
||||||
and (max-width: 1000px) {
|
and (max-width: 1000px) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
height: auto;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.linewrapper {
|
.linewrapper {
|
||||||
height: auto;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.window {
|
.window {
|
||||||
|
|||||||
Reference in New Issue
Block a user