Files
2025-07-15 18:34:27 +02:00

8 lines
90 B
SCSS

.rotate-15 {
transform: rotate(15deg);
}
.rotate-n-15 {
transform: rotate(-15deg);
}