20 lines
252 B
CSS
20 lines
252 B
CSS
*{
|
|
font-family: 'Inter', sans-serif;
|
|
}
|
|
|
|
.logo-div{
|
|
background: black;
|
|
width: 100vw;
|
|
height: 6.313rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.logo{
|
|
width: 10.125rem;
|
|
}
|
|
|
|
.hero{
|
|
width: 100vw;
|
|
} |