Files
figureslibres.cc/user/themes/figureslibres/scss/theme/_header.scss
T
2019-07-16 01:03:26 +02:00

10 lines
163 B
SCSS

header{
position: fixed;
top: 0;
left: 0;
margin: 0 0 0 $marg;
padding: $marg 0;
width: calc( #{$Wi} - #{$marg} );
border-bottom: 1px solid black;
}