adjust accordion for mobile, fix venue item details
This commit is contained in:
@ -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 {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user