CSS writing and tweaks

This commit is contained in:
Oliver-Akins 2023-11-26 01:30:45 -07:00
parent 32bc59088b
commit 98af0683c3
13 changed files with 281 additions and 117 deletions

View file

@ -0,0 +1,12 @@
.dotdungeon .stat {
display: flex;
flex-direction: column;
align-items: center;
&--build {}
&--meta {}
&--presence {}
&--hands {}
&--tilt {}
&--rng {}
}