frontend/src/stylesheets/header.scss

26 lines
320 B
SCSS
Raw Normal View History

2018-12-11 10:42:56 +00:00
@import "variables";
@import "globals";
/* header */
header {
padding-top: 1em;
}
.site-logo {
max-width: 300px;
text-align: center;
}
.counter-container {
position: absolute;
display: inline-block;
right: 0;
top: 0;
padding: 2em;
}
.counter {
position: relative;
right: 0;
}