mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 06:41:40 +00:00
Remove top border from first h1 of page
This commit is contained in:
parent
0aff03f8da
commit
5a69760f54
1 changed files with 4 additions and 0 deletions
|
|
@ -294,6 +294,10 @@ html, body {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1:first-child, div:first-child + h1 {
|
||||||
|
border-top-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@extend %header-font;
|
@extend %header-font;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue