1
0

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:
Alexander Andreev 2024-06-19 01:30:01 +04:00
parent 293e1a3126
commit 99ef685e5e
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -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;