| @@ -78,6 +78,10 @@ h6, .like-h6 { | |||||
| @include h6; | @include h6; | ||||
| } | } | ||||
| h1 + h2 { | |||||
| margin-top: 0; | |||||
| } | |||||
| a { | a { | ||||
| color: var(--theme-color-link); | color: var(--theme-color-link); | ||||
| transition: 0.2s ease; | transition: 0.2s ease; | ||||
| @@ -126,3 +130,9 @@ p, .text, ul.nobreaks { | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| [data-browser="firefox"] { | |||||
| .initial::first-letter { | |||||
| margin-top: 0.113em; | |||||
| } | |||||
| } | |||||
| @@ -60,8 +60,7 @@ | |||||
| [data-browser="firefox"] { | [data-browser="firefox"] { | ||||
| .intro > p:first-of-type::first-letter, | .intro > p:first-of-type::first-letter, | ||||
| .intro > .text:first-of-type::first-letter, | |||||
| .initial::first-letter { | |||||
| .intro > .text:first-of-type::first-letter { | |||||
| margin-top: 0.113em; | margin-top: 0.113em; | ||||
| } | } | ||||
| } | } | ||||
| @@ -16,7 +16,7 @@ | |||||
| } | } | ||||
| &.first-element { | &.first-element { | ||||
| @media(min-width: 1400px) { | |||||
| @media(min-width: 1200px) { | |||||
| margin-top: -60px; | margin-top: -60px; | ||||
| } | } | ||||
| } | } | ||||