mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 12:26:40 +07:00
boris: remove countdown
This commit is contained in:
parent
176f823315
commit
6222b75563
2 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ const BorisGraphicStats: VFC<BorisGraphicStatsProps> = ({
|
|||
right={year}
|
||||
/>
|
||||
|
||||
{/*
|
||||
<StatsCountdownCard since={parseISO(foundationDate)} className={styles.card} />
|
||||
*/}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.group {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 0.5fr;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-column-gap: $gap;
|
||||
grid-row-gap: $gap;
|
||||
grid-auto-rows: 140px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue