feat: Rename class

- Rename sub class to horizontal and bound to ul and ol elements
- Reformat files
This commit is contained in:
sthag 2025-06-19 14:18:45 +02:00
parent d17f966794
commit a1a4bd408b
2 changed files with 44 additions and 27 deletions

View file

@ -150,7 +150,7 @@
}
.float_space_left {
@extend .float_left;
float: left;
margin-right: $space_small;
}