1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/assets/css/_nav.scss
2018-03-05 10:19:47 -05:00

19 lines
212 B
SCSS

header[role='banner'] {
background: $black;
margin-bottom: 1em;
padding: 0.5em 0;
.container {
display: flex;
}
h1 {
flex: 0;
}
nav.user-nav {
flex: 1;
text-align: right;
}
}