Custom style for Gala 2025

This commit is contained in:
imperosol
2025-11-07 17:39:39 +01:00
parent 1f3a483b1b
commit 8cbf42d714
7 changed files with 21 additions and 7 deletions

View File

@@ -271,8 +271,9 @@ body {
/*--------------------------------CONTENT------------------------------*/
#content {
padding: 1em 1%;
box-shadow: $shadow-color 0 5px 10px;
padding: 1.5em 2%;
border-radius: 5px;
box-shadow: black 0 8px 15px;
background: $white-color;
overflow: auto;
}