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