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
|
@ -50,7 +50,7 @@ body.dark-mode footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -236,6 +236,7 @@ body.dark-mode footer {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 5rem 2rem 3rem;
|
padding: 5rem 2rem 3rem;
|
||||||
|
background: white;
|
||||||
}
|
}
|
||||||
#contact h1 {
|
#contact h1 {
|
||||||
font-size: 3.3rem;
|
font-size: 3.3rem;
|
||||||
|
|
|
@ -64,7 +64,7 @@ body.dark-mode {
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -280,6 +280,7 @@ body.dark-mode {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 5rem 2rem 3rem;
|
padding: 5rem 2rem 3rem;
|
||||||
|
background: white;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 3.3rem;
|
font-size: 3.3rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue