fix layout bugs on small mobile (iPhone 5)

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2022-05-14 00:17:16 -04:00
parent 4c2bac02f9
commit a8f76360f3
2 changed files with 4 additions and 2 deletions

View file

@ -64,7 +64,7 @@ body.dark-mode {
}
.main {
height: 100vh;
min-height: 100vh;
position: relative;
z-index: 10;
display: flex;
@ -280,6 +280,7 @@ body.dark-mode {
z-index: 10;
text-align: center;
padding: 5rem 2rem 3rem;
background: white;
h1 {
font-size: 3.3rem;