mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
19 lines
212 B
SCSS
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;
|
|
}
|
|
}
|