portfoligor/assets/scss/_header.scss

36 lines
362 B
SCSS

///////////////////
// //
// MAIN HEADER //
// //
///////////////////
.logo {
height: 3rem;
margin-right: .5em;
}
.title {
text-decoration: none;
}
.main-header {
nav {
display: flex;
flex-direction: column;
ul {
align-self: center;
}
a {
h1 {
margin: 0;
}
}
}
}