portfoligor/assets/scss/_header.scss

41 lines
450 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;
}
}
.header-navigation {
width: 100%;
justify-content: space-evenly;
}
}
}