mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-30 04:45:02 +08:00
Remove top border from first h1 of page
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user