fix it being upside down

This commit is contained in:
MathMan05 2024-08-01 00:00:38 -05:00
parent 1e572932d3
commit f1201d0d21
2 changed files with 3 additions and 2 deletions

View file

@ -1530,8 +1530,9 @@ form div{
.colaspeicon{
width:.15in;
padding-right: .025in;
padding-left: .05in;
transition:rotate .1s;
}
.hiddencat{
rotate:90deg;
rotate:-90deg;
}