portfoligor/assets/scss/_header.scss

36 lines
362 B
SCSS
Raw Permalink Normal View History

///////////////////
// //
// MAIN HEADER //
// //
///////////////////
.logo {
height: 3rem;
margin-right: .5em;
}
.title {
text-decoration: none;
}
.main-header {
2021-10-29 22:34:24 +02:00
nav {
display: flex;
flex-direction: column;
2021-10-29 22:34:24 +02:00
ul {
align-self: center;
2021-10-29 22:34:24 +02:00
}
a {
h1 {
margin: 0;
}
}
}
}