From 18a631bf64288432154f7fbbf8bbf0e45ed6a2be Mon Sep 17 00:00:00 2001 From: "Vishwa.R" Date: Wed, 20 Oct 2021 01:39:14 +0530 Subject: [PATCH] Updated L375 Fixes #691 1. Changed width from 350px to 300px, so that it is aligned nice and well with other elements. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 7fdcdf77..88006bbf 100644 --- a/css/style.css +++ b/css/style.css @@ -372,7 +372,7 @@ footer a, footer a:visited, padding: 0px 0.4em; display: inline-block; margin: 0; - width: 350px; + width: 300px; vertical-align: top; margin-top: 10px; }