summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css28
1 files changed, 17 insertions, 11 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 494dc57..527937d 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -135,14 +135,6 @@ footer{
border: none;
}
- .left section{
- display: inline;
- }
-
- .left .quote{
- display: none;
- }
-
.left{
border-right: none;
}
@@ -153,12 +145,26 @@ footer{
margin-bottom: 10px;
}
+ .left section{
+ display: inline;
+ }
+
+ .left section .people, .writers{
+ width: auto;
+ }
+
+ .left h4, ul > li{
+ text-align: center !important;
+ }
+
+
+ .left .quote{
+ margin: 10px 30px;
+ }
+
nav a {
padding: 5px;
font-size: 20px;
- font-weight: bold;
- text-decoration: none;
- color: #71BC68;
}
}