dropdown bottom bar mobile
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
Julie Blanc 2026-02-25 17:13:46 +01:00
parent 662a55863d
commit bde54fa66d
6 changed files with 41 additions and 18 deletions

View file

@ -4,7 +4,7 @@
background-color: var(--color-bg);
.title {
font-size: var(--fs-xsmall);
font-size: var(--fs-small);
line-height: 1.2;
padding: var(--padding-inner);
padding-bottom: 0px;
@ -23,7 +23,7 @@
list-style: none;
li{
font-size: var(--fs-xsmall);
font-size: var(--fs-small);
border-bottom: var(--border-light);
&:first-of-type{
border-top: var(--border-light);
@ -34,7 +34,7 @@
align-items: center;
gap: 2ch;
text-decoration: none;
font-size: var(--fs-xsmall);
font-size: var(--fs-small);
}
.icon {
width: 16px;