diff options
-rw-r--r-- | public/css/style.css | 28 | ||||
-rw-r--r-- | static/css/style.css | 28 |
2 files changed, 34 insertions, 22 deletions
diff --git a/public/css/style.css b/public/css/style.css index 494dc57..527937d 100644 --- a/public/css/style.css +++ b/public/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; } } 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; } } |