mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-07 14:22:12 +00:00
last bit
This commit is contained in:
parent
27b3547bbe
commit
ee4590d9d7
@ -30,6 +30,9 @@ body {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: var(--font-up-3);
|
font-size: var(--font-up-3);
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
@media screen and (max-width: 525px) {
|
||||||
|
font-size: var(--font-up-2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&__data {
|
&__data {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
". . . d d c c . . . " auto
|
". . . d d c c . . . " auto
|
||||||
". . . d d c c . . . " auto
|
". . . d d c c . . . " auto
|
||||||
/ auto auto auto auto auto auto auto auto;
|
/ auto auto auto auto auto auto auto auto;
|
||||||
// grid-gap: 0.5em;
|
|
||||||
.rewind-card__wrapper:nth-child(1) {
|
.rewind-card__wrapper:nth-child(1) {
|
||||||
grid-area: w;
|
grid-area: w;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user