diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-20 19:09:18 +0200 | 
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-20 19:09:18 +0200 | 
| commit | 97134f77f6fae52b97e0ec65b22ae68482ac1161 (patch) | |
| tree | 8c3501868bdea88e9e3fb47a177a94feee1fd51a /css | |
| parent | Fix: Another case where resource type was shown (diff) | |
| download | gopherproxy-97134f77f6fae52b97e0ec65b22ae68482ac1161.tar.gz gopherproxy-97134f77f6fae52b97e0ec65b22ae68482ac1161.tar.bz2 gopherproxy-97134f77f6fae52b97e0ec65b22ae68482ac1161.zip | |
Slightly improved header style (line height)
Diffstat (limited to 'css')
| -rw-r--r-- | css/main.scss | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/css/main.scss b/css/main.scss index 61787b5..d0646d7 100644 --- a/css/main.scss +++ b/css/main.scss | |||
| @@ -51,11 +51,11 @@ body { | |||
| 51 | // } | 51 | // } | 
| 52 | 52 | ||
| 53 | .header { | 53 | .header { | 
| 54 | padding: 1em; | 54 | padding: .9em 1em; | 
| 55 | border-bottom: 1px solid $border; | 55 | border-bottom: 1px solid $border; | 
| 56 | font-family: 'Iosevka Term SS03', 'IBM Plex Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', 'Droid Sans Mono', Monaco, Consolas, Courier, monospace; | 56 | font-family: 'Iosevka Term SS03', 'IBM Plex Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', 'Droid Sans Mono', Monaco, Consolas, Courier, monospace; | 
| 57 | font-size: 1 / 16 * 17em; | 57 | font-size: 1 / 16 * 17em; | 
| 58 | line-height: 1.1; | 58 | line-height: 1.3; | 
| 59 | color: $text-faint; | 59 | color: $text-faint; | 
| 60 | } | 60 | } | 
| 61 | 61 | ||
