adjust accordion for mobile, fix venue item details

This commit is contained in:
elise
2024-08-10 15:19:03 +02:00
parent 7bb1ce4559
commit 2de6f02a4b
2 changed files with 3 additions and 2 deletions

View File

@ -33,6 +33,8 @@
span { span {
font-size: var(--font-size-h2); font-size: var(--font-size-h2);
font-weight: 500; font-weight: 500;
padding-right: var(--size-icon-circle);
line-height: 1.2;
} }
&:before { &:before {

View File

@ -27,7 +27,6 @@
} }
.details { .details {
font-family: var(--font-serif);
font-size: var(--font-size-caption); font-size: var(--font-size-caption);
border-top: var(--border); border-top: var(--border);
margin-top: var(--spacing-xs); margin-top: var(--spacing-xs);
@ -38,6 +37,6 @@
} }
ul { ul {
margin: .2rem 0 0 .7rem; margin: .2rem 0 0 1.2em;
} }
} }