mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 23:01:35 +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 {
|
&:first-child {
|
||||||
border-top-width: 0;
|
h1:first-child, div:first-child + h1 {
|
||||||
|
border-top-width: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue