diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-16 21:34:24 +0530 | 
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-16 21:34:24 +0530 | 
| commit | e9a869836385cf6c0b4bc135b96668357c9e9999 (patch) | |
| tree | 9064ed9fe49e14cfbb5801ee11615729add002e6 | |
| parent | 9278be8bdd62a7d396e3d8de2c602a4af2582298 (diff) | |
Publish deploy 2020-07-16 21:34
| -rw-r--r-- | Themes/styles.css | 4 | ||||
| -rw-r--r-- | styles.css | 4 | 
2 files changed, 6 insertions, 2 deletions
| diff --git a/Themes/styles.css b/Themes/styles.css index b8a51ce..4e658d7 100644 --- a/Themes/styles.css +++ b/Themes/styles.css @@ -66,7 +66,8 @@ header .site-name {      margin: 0;      cursor: pointer;      font-weight: 50; -    font-size: 2.3em; +    font-size: 3.5em; /*#2.3em;*/ +    line-height: 1em;      letter-spacing: 1px;  } @@ -102,6 +103,7 @@ h2 {  p {      margin-bottom: 10px; +    margin-top: 5px;  }  a { @@ -66,7 +66,8 @@ header .site-name {      margin: 0;      cursor: pointer;      font-weight: 50; -    font-size: 2.3em; +    font-size: 3.5em; /*#2.3em;*/ +    line-height: 1em;      letter-spacing: 1px;  } @@ -102,6 +103,7 @@ h2 {  p {      margin-bottom: 10px; +    margin-top: 5px;  }  a { | 
