diff prosody.css @ 39:faf2283e2bd6

mathieui: Add a margin around the navtabs.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 23 May 2020 18:03:05 +0200
parents 2a8d4e8600d0
children af2874ff7234
line wrap: on
line diff
--- 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);