# HG changeset patch # User Kim Alvefur # Date 1582980940 -3600 # Node ID 4c1f800766067665786f507bc0afa11f0f4e8770 # Parent f77ae9685eb6c80b88b0fe85bcf5109f6b263a0c mod_http_index: Increase distance between navigation items The clickable area overlapped for some reason. diff -r f77ae9685eb6 -r 4c1f80076606 mod_http_index/http_index.html --- 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;} }