Well, still need to detect a browser, at least, just a Firefox, found a way that doesn't trigger on chromium.
This commit is contained in:
parent
293e1a3126
commit
99ef685e5e
@ -85,12 +85,15 @@ header {
|
|||||||
justify-content: space-between; }
|
justify-content: space-between; }
|
||||||
|
|
||||||
header svg text:first-child {
|
header svg text:first-child {
|
||||||
font-size: 3.5rem;
|
font-size: 3.55rem;
|
||||||
font-variant-caps: small-caps;
|
font-variant-caps: small-caps;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
header svg text:last-child { font-size: 1.5rem; }
|
header svg text:last-child { font-size: 1.5rem; }
|
||||||
|
|
||||||
|
@supports (-moz-appearance:none) {
|
||||||
|
header svg text:last-child { transform: scale(.993, 1); } }
|
||||||
|
|
||||||
header nav {
|
header nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user