feat(style): custom colors for default buttons

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-13 11:02:23 +01:00
parent c8ea8d4cd3
commit 7219e5bdf1
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
3 changed files with 21 additions and 4 deletions

View file

@ -166,10 +166,11 @@ h4 {
grid-template-columns: repeat(3, 1fr);
margin-top: 2rem;
width: 100%;
gap: 1rem;
column-gap: 1rem;
row-gap: 0.5rem;
@media only screen and (max-width: vars.$bp-little) {
grid-template-columns: 1fr;
gap: 0.5rem;
column-gap: 0.5rem;
align-items: center;
}
& .link {