summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
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;
+}