diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-13 22:56:35 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-13 22:56:35 +0100 |
| commit | 41247c08ea359d0a72a247992d2019ae2120536c (patch) | |
| tree | 89becc97e6831dd95cb5d96b297a2ce5d4395009 /scraper/client/common/common.css | |
| parent | a2f1969b2c7c185e04e19c22a83245ad22f8df0c (diff) | |
interface working
Diffstat (limited to 'scraper/client/common/common.css')
| -rw-r--r-- | scraper/client/common/common.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scraper/client/common/common.css b/scraper/client/common/common.css index fb31aefb..7fdaf01c 100644 --- a/scraper/client/common/common.css +++ b/scraper/client/common/common.css @@ -63,12 +63,13 @@ header > section { justify-content: flex-start; align-items: center; display: flex; - flex: 1 0; + flex: 2 0; font-weight: bold; padding: 10px; } header > section:last-of-type { justify-content: flex-end; + flex: 1 0; } /* sidebar / body columns */ |
