You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
body {
|
|
max-width: 1200px;
|
|
background: black;
|
|
color: white;
|
|
margin-inline: auto;
|
|
padding-inline: clamp(1rem, 5vw, 120px);
|
|
}
|
|
|
|
.head {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding-top: 2rem;
|
|
gap: 20px;
|
|
}
|
|
|
|
.head > .logo > svg {
|
|
display: block;
|
|
fill: white;
|
|
height: auto;
|
|
width: 100px;
|
|
}
|
|
|