diff options
Diffstat (limited to 'users/grfn')
-rw-r--r-- | users/grfn/bbbg/src/bbbg/styles.clj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/grfn/bbbg/src/bbbg/styles.clj b/users/grfn/bbbg/src/bbbg/styles.clj index 0ea0d4472e72..f10bf04f09d9 100644 --- a/users/grfn/bbbg/src/bbbg/styles.clj +++ b/users/grfn/bbbg/src/bbbg/styles.clj @@ -376,7 +376,9 @@ :flex-wrap :wrap :padding-bottom "0.7rem" :margin-bottom "1rem" - :border-bottom [["1px" "solid" silver]]}] + :border-bottom [["1px" "solid" silver]] + :align-items :center + :justify-content :space-between}] [(attr= "role" "button") {:cursor :pointer}] |