This commit is contained in:
Jordan Vidrine 2025-01-10 21:10:14 -06:00
parent 27b3547bbe
commit ee4590d9d7
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,9 @@ body {
font-weight: 600;
font-size: var(--font-up-3);
-webkit-font-smoothing: antialiased;
@media screen and (max-width: 525px) {
font-size: var(--font-up-2);
}
}
&__data {
font-weight: normal;

View File

@ -21,7 +21,6 @@
". . . d d c c . . . " auto
". . . d d c c . . . " auto
/ auto auto auto auto auto auto auto auto;
// grid-gap: 0.5em;
.rewind-card__wrapper:nth-child(1) {
grid-area: w;
}