From e88411eea44abeafea729cf9fb1dc8d1115c6bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20A=CC=8Ane?= Date: Tue, 13 Feb 2018 23:15:51 +0100 Subject: [PATCH] Make the top menu as wide as possible --- www/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/style.css b/www/css/style.css index 6360461..6b7d66e 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -51,6 +51,7 @@ nav #menu { text-align: center; margin: 0; z-index: 3; /* Make appear under #login */ + width: 100%; /* Claim as much of the CSS table as possible */ } nav li { display: inline-block;