diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index cce5d61..d0f3e5e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -32,3 +32,12 @@ input { .when { width: fit-content; } + +.remove { + margin-left: 1.5em; + display: inline; +} + +.join-input { + width: 40%; +} |