diff options
Diffstat (limited to 'public/assets/css/css.css')
| -rw-r--r-- | public/assets/css/css.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 4cfc996..6e32ec3 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -7,6 +7,7 @@ html,body { } body { background-attachment: fixed; + font-size: 10px; } header { font-size: 13px; @@ -119,7 +120,6 @@ section { height: 50vmin; } .params { - font-size: 10px; justify-content: flex-start; } .group .param { @@ -147,6 +147,12 @@ section { width: 100%; margin-bottom: 10px; } +.spaced { + display: flex; + flex-direction: row; + align-items: flex-end; + justify-content: space-between; +} .row .heading, .col .heading { margin-bottom: 3px; |
