chore: one less line
This commit is contained in:
parent
2ad3143272
commit
d419258990
1 changed files with 11 additions and 12 deletions
|
@ -184,16 +184,6 @@ h1, h2, h3, h4, h5, h6 {
|
|||
font-weight: 900;
|
||||
}
|
||||
|
||||
h1 > svg,
|
||||
h2 > svg,
|
||||
h3 > svg,
|
||||
h4 > svg,
|
||||
h5 > svg,
|
||||
h6 > svg {
|
||||
margin-right: .25rem;
|
||||
stroke-width: var(--stroke-width-bold) !important;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 1px;
|
||||
background-color: var(--gray-200);
|
||||
|
@ -441,8 +431,6 @@ code {
|
|||
|
||||
.pill--button > svg {
|
||||
stroke: var(--white);
|
||||
margin-right: .25rem;
|
||||
stroke-width: 2 !important;
|
||||
}
|
||||
|
||||
.pill--button.pill--button__small {
|
||||
|
@ -995,6 +983,17 @@ footer .links__secondary {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
h1 > svg,
|
||||
h2 > svg,
|
||||
h3 > svg,
|
||||
h4 > svg,
|
||||
h5 > svg,
|
||||
h6 > svg,
|
||||
.pill--button > svg {
|
||||
margin-right: .25rem;
|
||||
stroke-width: var(--stroke-width-bold);
|
||||
}
|
||||
|
||||
/* screens: small */
|
||||
@media screen and (min-width: 640px) {
|
||||
main {
|
||||
|
|
Reference in a new issue