website/src/header.less

20 lines
273 B
Plaintext

@import 'globals';
.header {
width: 100%;
margin: 0 auto;
position: fixed;
}
.header .wrapper {
width: 100%;
height: @header-height;
max-width: @content-width;
margin: 0 auto;
overflow: hidden;
}
.header .logo,.title {
float: left;
}