center styling
This commit is contained in:
parent
3304d8ee78
commit
49e7389f9d
1 changed files with 5 additions and 1 deletions
|
|
@ -3,10 +3,14 @@
|
||||||
max-width: 55%;
|
max-width: 55%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 clamp(20px, 5vw, 60px);
|
padding: 0 clamp(20px, 5vw, 60px);
|
||||||
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding: clamp(80px, 15vw, 150px) 0 clamp(50px, 10vw, 80px) 0;
|
padding: clamp(30px, 5vw, 50px) 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue