Converted majority PX values to REM

Everything but dark.scss and values inside calc() have been converted from px to rem
This commit is contained in:
Christopher 2025-05-01 21:31:30 -06:00
parent 3a0d33ca13
commit cc8e7e159b
147 changed files with 712 additions and 712 deletions

View file

@ -1,4 +1,4 @@
.download {
width: 80px;
height: 80px;
width: 5.0rem;
height: 5.0rem;
}