refactor: cleanup pin styles

This commit is contained in:
Carlos Valente
2025-01-03 14:35:01 +01:00
committed by Carlos Valente
parent c69bce3e89
commit 2d5b86808f
@@ -1,9 +1,13 @@
.container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 25vh;
background: $ui-black;
color: $ontime-color;
font-weight: 200;
font-size: 3rem;
@@ -42,4 +46,4 @@
to {
background: rgba($red-500, 0);
}
}
}