mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Fix bad h1 top border commit
This commit is contained in:
parent
4d4f6efeb8
commit
ec9a688846
1 changed files with 4 additions and 2 deletions
|
|
@ -294,8 +294,10 @@ html, body {
|
|||
);
|
||||
}
|
||||
|
||||
h1:first-child, div:first-child + h1 {
|
||||
border-top-width: 0;
|
||||
&:first-child {
|
||||
h1:first-child, div:first-child + h1 {
|
||||
border-top-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue