From 5cdb87fa8e0b8761744973c140fe4afb32bca537 Mon Sep 17 00:00:00 2001 From: Dominik Frantisek Bucik <bucik@ics.muni.cz> Date: Wed, 17 Jul 2024 18:24:52 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20LS=20AAI=20header=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/WEB-INF/tags/lsaai/header.tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/lsaai/header.tag b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/lsaai/header.tag index 762868717..682648a7c 100644 --- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/lsaai/header.tag +++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/lsaai/header.tag @@ -22,6 +22,6 @@ <body> - <div id="wrap" style="box-shadow: rgba(0, 0, 0, 0.15) 0 1rem 3rem 0.5rem;"> + <div id="wrap" class="container"> <div id="header"> <img src="${logoURL}" alt="logo"> -- GitLab