summaryrefslogtreecommitdiff
path: root/scraper/client/common/common.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-02-13 22:56:35 +0100
committerJules Laplace <julescarbon@gmail.com>2019-02-13 22:56:35 +0100
commit41247c08ea359d0a72a247992d2019ae2120536c (patch)
tree89becc97e6831dd95cb5d96b297a2ce5d4395009 /scraper/client/common/common.css
parenta2f1969b2c7c185e04e19c22a83245ad22f8df0c (diff)
interface working
Diffstat (limited to 'scraper/client/common/common.css')
-rw-r--r--scraper/client/common/common.css3
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 */