Software /
code /
prosody-modules
Changeset
3927:4c1f80076606
mod_http_index: Increase distance between navigation items
The clickable area overlapped for some reason.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 29 Feb 2020 13:55:40 +0100 |
parents | 3926:f77ae9685eb6 |
children | 3928:7e7ac4af6e0c |
files | mod_http_index/http_index.html |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_index/http_index.html Sat Feb 29 13:26:05 2020 +0100 +++ b/mod_http_index/http_index.html Sat Feb 29 13:55:40 2020 +0100 @@ -13,6 +13,7 @@ .content{background-color:white;padding:1em;list-style-position:inside;} nav{font-size:large;margin:1ex 1ex;clear:both;line-height:1.5em;} nav a{padding: 1ex;text-decoration:none;} +nav li{margin: 1ex;} @media screen and (min-width: 460px) { nav{font-size:x-large;margin:1ex 1em;} }