From ef9de2b106c378c20cabd1aca6ef5d0631d348ce Mon Sep 17 00:00:00 2001 From: Maria Petrova-El Sayed <m.petrova@fz-juelich.de> Date: Tue, 8 Jun 2021 06:33:50 +0000 Subject: [PATCH] Update style.css - added class center --- public/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/style.css b/public/style.css index 3eae408..568c7f2 100644 --- a/public/style.css +++ b/public/style.css @@ -4,6 +4,11 @@ body { max-width: 1280px; } +.center { + margin-left: auto; + margin-right: auto; +} + .navbar { background-color: #313236; border-radius: 2px; -- GitLab