aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Sabel <sabel.katharina@gmail.com>2016-12-09 21:13:47 +0100
committerKatharina Sabel <sabel.katharina@gmail.com>2016-12-09 21:13:47 +0100
commit355de7343314c6f7990927424ed9b59a89aaef69 (patch)
treef2fcc8aad4f0ca955d58755e8d2ab2c8a5ef8d3e
parentb6df06df7179a4bcbc9366084f19599e1a1e0b07 (diff)
Updating style a bit
-rwxr-xr-xstatic/css/nest.css18
1 files changed, 2 insertions, 16 deletions
diff --git a/static/css/nest.css b/static/css/nest.css
index 9c71561..7c83391 100755
--- a/static/css/nest.css
+++ b/static/css/nest.css
@@ -24,7 +24,7 @@
/* Default styling */
body {
font-family: "Open Sans", sans-serif;
-/* font-size: 15px;*/
+ font-size: 16px;
color: #4b505a;
background-color: #f5f5f5;
line-height: 24px;
@@ -139,6 +139,7 @@ h2 {
margin-top: 40px;
margin-bottom: 40px;
}
+
h2:after { /* This is the little bar under titles*/
display: block;
content: " ";
@@ -171,21 +172,6 @@ h3 { /* Custom h3 */
margin-bottom: 30px;
}
-/*h3 {
- font-size: 18px;
- line-height: 1.285714285714286em;
- font-weight: 600;
- margin-top: 30px;
- margin-bottom: 30px;
-}*/
-h3:after {
- display: block;
- content: " ";
- margin-top: 10px;
- width: 40px;
- /*border-bottom: 3px solid rgba(235,35,68,1);*/
-}
-
h4 {
font-size: 12px;
line-height: 1.285714285714286em;