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.
28 lines
446 B
28 lines
446 B
.header {
|
|
padding: var(--gap) 0;
|
|
z-index: 1;
|
|
|
|
&-wrapper {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
.logo-wrapper {
|
|
font-size: 40px;
|
|
letter-spacing: 10px;
|
|
|
|
/*@media screen and (max-width: 990px) {
|
|
font-size: 0;
|
|
|
|
.tag {
|
|
font-size: 40px;
|
|
}
|
|
}*/
|
|
|
|
&:hover {
|
|
text-decoration: none;
|
|
}
|
|
} |