diff options
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/styles.css b/src/styles.css index a20cef2..6c43f1f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -329,6 +329,16 @@ input[type=file]::file-selector-button { margin-bottom: 0.5em; } +.margin-top-bot-very-big { + margin-top: 0.7em; + margin-bottom: 0.7em; +} + +.margin-top-bot-smaller { + margin-top: 0.3em; + margin-bottom: 0.3em; +} + .margin-top-bot-small { margin-top: 0.2em; margin-bottom: 0.2em; |
