mess around with footer + misc adjustments on event header and venue item
This commit is contained in:
@ -22,11 +22,22 @@
|
||||
padding: .8rem 0;
|
||||
}
|
||||
|
||||
.title,
|
||||
.details {
|
||||
.title {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.details {
|
||||
font-family: var(--font-serif);
|
||||
font-size: var(--font-size-caption);
|
||||
border-top: var(--border);
|
||||
margin-top: var(--spacing-xs);
|
||||
padding-top: .4rem;
|
||||
|
||||
strong {
|
||||
font-family: var(--font-main);
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: .2rem 0 0 .7rem;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user