fix layout bugs on small mobile (iPhone 5)
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
4c2bac02f9
commit
a8f76360f3
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue