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

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180"><path d="m15 118 75-64 75 64" style="fill:none;stroke:red;stroke-width:29.0323;stroke-linecap:round;stroke-linejoin:round"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180"><path d="m15 54 75 64 75-64" style="fill:none;stroke:red;stroke-width:29.0323;stroke-linecap:round;stroke-linejoin:round"/></svg>

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 191 B

Before After
Before After

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;
}