diff options
| author | Drew DeVault <[email protected]> | 2020-11-01 13:38:18 -0500 |
|---|---|---|
| committer | Drew DeVault <[email protected]> | 2020-11-01 13:38:18 -0500 |
| commit | 633432ef9af8ab07c0f29a7ea2c5f171b37ecc22 (patch) | |
| tree | 1888a458eed021b98b6771a3a23a742c2ea7947d | |
| parent | Fix style of proxy link at bottom of page (diff) | |
| download | capybara-633432ef9af8ab07c0f29a7ea2c5f171b37ecc22.tar.xz capybara-633432ef9af8ab07c0f29a7ea2c5f171b37ecc22.zip | |
Add spacing between li's
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -246,6 +246,10 @@ li { padding: 0; } +li:not(:last-child) { + margin-bottom: 1rem; +} + a { position: relative; } |