header > nav item responsive font size. closes #38
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
This commit is contained in:
parent
f815374030
commit
b12b839f1b
2 changed files with 2 additions and 1 deletions
BIN
assets/img/Invoice-KFFHNW8S-0026.pdf
Normal file
BIN
assets/img/Invoice-KFFHNW8S-0026.pdf
Normal file
Binary file not shown.
|
|
@ -146,6 +146,8 @@
|
||||||
z-index: var(--z-content);
|
z-index: var(--z-content);
|
||||||
color: white;
|
color: white;
|
||||||
transition: color 0.3s;
|
transition: color 0.3s;
|
||||||
|
|
||||||
|
font-size: clamp(.9rem, 1.3vw, 1.2rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-item.active,
|
.navbar-item.active,
|
||||||
|
|
@ -214,7 +216,6 @@
|
||||||
/* Tablet — var(--breakpoint-tablet) = 912px */
|
/* Tablet — var(--breakpoint-tablet) = 912px */
|
||||||
@media (min-width: 701px) and (max-width: 912px) {
|
@media (min-width: 701px) and (max-width: 912px) {
|
||||||
.navbar-item {
|
.navbar-item {
|
||||||
font-size: var(--font-size-paragraph-tablet);
|
|
||||||
padding: 1vmax 1.8vmax;
|
padding: 1vmax 1.8vmax;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue