Fix some scaling issues.

This commit is contained in:
Cutieguwu
2025-06-01 17:41:29 -04:00
parent 07b50d848b
commit 0765ceb8ef

View File

@@ -82,7 +82,7 @@ a {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
white-space: nowrap;
font-size: 100%;
font-size: 2.25vh;
padding-left: 1cqw;
padding-right: 1cqw;
transition: 0.4s ease-out;
@@ -104,6 +104,8 @@ a {
.dropdown_header ion-icon {
margin-right: 0.5vw;
align-self: center;
width: 2.25vh;
height: 2vh;
float: right;
color: lightpink;
transition-duration: 0.25s;