core: use percent instead for introLeft

This commit is contained in:
Trianta 2024-12-10 01:14:06 -06:00
parent 0cf7fc9f18
commit 14b599ce10

View File

@ -21,8 +21,7 @@ body {
#introLeft {
display: inline-block;
max-width: 71rem;
width: 100%;
width: 85%;
}
#introRight {