summaryrefslogtreecommitdiff
path: root/site/assets
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-14 02:50:24 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-14 02:50:24 +0100
commitc826165945096a90902bb7a31db72eb0670ab388 (patch)
tree7d4fd76f427468b8be3148c6b8fe4c70ec1d718a /site/assets
parent8df493f6f9d18acfe5919cf257c2da0d2b30ab7a (diff)
parent26646e6adf3833f6282e9515c14ad61e485440c0 (diff)
rebuild and add compare-csv-counts.py script
Diffstat (limited to 'site/assets')
-rw-r--r--site/assets/css/css.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index 69302409..32c7dad6 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -485,6 +485,7 @@ section.fullwidth .image {
/* about page */
+
.flex-container {
padding: 0;
margin: 0;
@@ -500,6 +501,9 @@ section.fullwidth .image {
justify-content: space-around;
}
+.team-photos-container{
+ margin-top:40px;
+}
.team-member {
height: auto;
margin-top: 10px;
@@ -508,6 +512,9 @@ section.fullwidth .image {
font-weight: bold;
flex-grow: 1;
margin:0 40px 0 0;
+ padding:20px;
+ border-radius:6px;
+ background: #202020;
}
.team-member&:last-child{
margin:0 0 0 40px;