# HG changeset patch # User Emmanuel Gil Peyrot # Date 1590249785 -7200 # Node ID faf2283e2bd6985e9c744d4f50bbd7c5f44caa0b # Parent c2e2b107c7c1f28c2bf6abeb24cc95aaa1f8814d mathieui: Add a margin around the navtabs. diff --git a/prosody.css b/prosody.css --- a/prosody.css +++ b/prosody.css @@ -20,6 +20,10 @@ h1 img { height: auto; } } +#navtabs { + margin-bottom: 1em; + margin-top: 1em; +} .navbar { background-color: #6197d6; background-image: linear-gradient(to right, #000080, #6197d6);