fixed demo header
This commit is contained in:
parent
212b41f4a3
commit
ba1418dca0
3 changed files with 19 additions and 13 deletions
|
|
@ -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 {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue