summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-11-24 16:03:09 +0000
committergebele <gebele@in-silico.ch>2016-11-24 16:03:09 +0000
commitf86c084311282036ffa7b4588c0fa0d5b59af95b (patch)
treea1c80b18ba9b2c4b3b95d1cda97144fe43a40cda /views/style.scss
parent769f704a2b4e2d83256f580317ed8c0b48cc4f45 (diff)
several fixes; works with lazar tree e111369ce5564f159b3f5f85c92afdd22352eaa1
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/views/style.scss b/views/style.scss
index 49e03ab..2c84781 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -51,10 +51,12 @@ ul.share-buttons{
padding: 0 2px 1px 2px !important;
}
.page-header{
- margin:20px 0 20px;
- text-align:justify;
+ background-color: #fff;
+ padding:20px 0 20px 0;
+ margin: 0;
+ text-align:center;
display:inline-block;
- width:98.5%;
+ width:100%;
}
.share{
width: 30px;
@@ -62,9 +64,13 @@ ul.share-buttons{
}
supporters{
background-color: white;
-
+ text-align:center;
img{
width: 200px;
margin-right: 1em;
}
}
+
+.footer{
+ margin-top:3em;
+}