blob: b1491d2dbafe581f0d12fbaa892059c7ff0b71e7 [file] [log] [blame]
@import '~infra-sk/modules/colors';
body {
margin: 0;
padding: 0;
}
header {
margin: 0;
padding: 0.6em;
color: white;
background: $blue;
display: flex;
flex-direction: row;
justify-content: space-between;
}
header h1 {
font-size: 110%;
}