diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -266,6 +266,21 @@ h3 { margin-left: 0; } +ul.userforms { + content: ''; + display: table; + clear: both; + list-style: none; + margin-left: 0.5rem; + padding: 0; +} + +ul.userforms > li { + width: fit-content; + float: left; + padding: 0.5rem; +} + .backgroundbox { width: fit-content; background-color: var(--b0); |