fixed demo header

This commit is contained in:
Stephan Hagedorn 2017-09-29 00:28:56 +02:00
parent 212b41f4a3
commit ba1418dca0
3 changed files with 19 additions and 13 deletions

View file

@ -65,11 +65,6 @@ section {
border-top-style: solid;
border-color: $basic_border_color;
padding-top: $space_3;
h1:first-of-type {
margin-top: 0;
font-weight: bold;
}
}
aside {
@ -112,6 +107,15 @@ header {
overflow: auto;
}
.header__txt {
margin-bottom: $space_3;
border-bottom: $dotted_border;
h1 {
border-top: $basic_border;
}
}
footer {
}

View file

@ -6,6 +6,11 @@
@extend .sec__main_status;
min-height: 50vh;
border-color: $foxtrot_color;
h1:first-of-type {
margin-top: 0;
font-weight: bold;
}
}
.demo__header {