chore: styling fixes
This commit is contained in:
parent
da8dd22582
commit
3e5291ac85
1 changed files with 10 additions and 1 deletions
|
@ -177,7 +177,6 @@ h3 > svg,
|
|||
h4 > svg,
|
||||
h5 > svg,
|
||||
h6 > svg {
|
||||
margin-right: .25rem;
|
||||
stroke-width: var(--stroke-width-bold) !important;
|
||||
}
|
||||
|
||||
|
@ -1057,6 +1056,16 @@ textarea {
|
|||
transition-property: border-color;
|
||||
}
|
||||
|
||||
h1 > svg,
|
||||
h2 > svg,
|
||||
h3 > svg,
|
||||
h4 > svg,
|
||||
h5 > svg,
|
||||
h6 > svg,
|
||||
.now__section--text p > svg {
|
||||
margin-right: .25rem;
|
||||
}
|
||||
|
||||
/* screens: small */
|
||||
@media screen and (min-width: 640px) {
|
||||
main {
|
||||
|
|
Reference in a new issue