diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2020-05-18 23:57:36 +0200 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2020-05-18 23:57:36 +0200 |
| commit | 7059ef286abcc73a8e5ff1c7ee14a39fc2cf801b (patch) | |
| tree | 48afd11cbefc70872405e76b0b8318ed8896ff37 /css | |
| parent | Fix nav for both Gopher and Gemini (diff) | |
| download | gopherproxy-7059ef286abcc73a8e5ff1c7ee14a39fc2cf801b.tar.gz gopherproxy-7059ef286abcc73a8e5ff1c7ee14a39fc2cf801b.tar.bz2 gopherproxy-7059ef286abcc73a8e5ff1c7ee14a39fc2cf801b.zip | |
Removed left padding from lists (Gemini)
Diffstat (limited to 'css')
| -rw-r--r-- | css/main.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/css/main.scss b/css/main.scss index b768a87..932d632 100644 --- a/css/main.scss +++ b/css/main.scss | |||
| @@ -58,13 +58,15 @@ ul, ol { | |||
| 58 | 58 | ||
| 59 | ul { | 59 | ul { |
| 60 | li { | 60 | li { |
| 61 | padding-left: 2.5em; | 61 | padding-left: 3ch; |
| 62 | padding-left: 1.5em; | ||
| 62 | 63 | ||
| 63 | &::before { | 64 | &::before { |
| 64 | display: inline-block; | 65 | display: inline-block; |
| 66 | width: 3ch; | ||
| 65 | width: 1.5em; | 67 | width: 1.5em; |
| 66 | padding-left: 1em; | 68 | margin-left: -3ch; |
| 67 | margin-left: -2.5em; | 69 | margin-left: -1.5em; |
| 68 | content: '–'; | 70 | content: '–'; |
| 69 | } | 71 | } |
| 70 | } | 72 | } |
