Some changes...

This commit is contained in:
Damien Broqua 2023-09-25 00:31:06 +02:00
parent 2ff0798632
commit d02887b2da
16 changed files with 108 additions and 140 deletions

View file

@ -6,7 +6,7 @@
border: 2px solid var(--border-color);
background-color: var(--bg-alternate-color);
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: center;
align-items: center;
@include transition() {}