Added interface for formater rool

This commit is contained in:
2023-02-20 09:58:49 +01:00
parent d6bacc6b4f
commit 8c132d12d3
2 changed files with 161 additions and 0 deletions

View File

@@ -287,6 +287,10 @@
width: 100%;
}
.half-width {
width: 50%;
}
.max-width.with-padding {
width: 94%;
}