Lint fix.

This commit is contained in:
Mike Cao 2022-01-14 19:10:46 -08:00
parent 6bfaa4d40c
commit 2f18aa29eb
3 changed files with 75 additions and 57 deletions

View file

@ -3,3 +3,7 @@
border-radius: 5px;
padding: 0 20px 20px 20px;
}
.hidden {
transform: rotate(-90deg);
}