Fix header, category buttons styles (moz)

This commit is contained in:
Fede Álvarez 2022-04-20 17:47:04 +02:00
parent daab53f359
commit 445e067d15
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
border: tovw(1px, 'default', 1px) solid var(--color-white);
border-radius: tovw(4px, 'default', 4px);
padding: 0 tovw(8px, 'default', 8px);
max-width: fit-content;
width: fit-content;
height: tovw(32px, 'default', 32px);
text-transform: uppercase;
line-height: tovw(16px, 'default', 16px);

View File

@ -11,6 +11,10 @@
width: 100%;
backdrop-filter: blur(20px);
@-moz-document url-prefix("") {
background-color: var(--color-black);
}
nav {
display: flex;
align-items: center;