tidy up upcoming events, remove newslist bg
This commit is contained in:
@ -11,8 +11,9 @@
|
||||
}
|
||||
|
||||
&.medium {
|
||||
--size-image-width: 8rem;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
grid-template-columns: var(--size-image-width) auto;
|
||||
column-gap: .6rem;
|
||||
align-items: center;
|
||||
width: var(--size-item-width);
|
||||
@ -23,7 +24,7 @@
|
||||
}
|
||||
|
||||
.image {
|
||||
width: 7rem;
|
||||
width: var(--size-image-width);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user