Adding background to images in the carousel to better style.

This commit is contained in:
Sergiotarxz 2023-08-22 18:43:42 +02:00
parent edb47331f0
commit 1b130726ef
2 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,8 @@ body {
body div.carousel img { body div.carousel img {
margin: 10px; margin: 10px;
height: calc(100% - 20px); height: calc(100% - 20px);
border: solid 1px black; } border: solid 1px black;
background: white; }
body div.none { body div.none {
display: none; } display: none; }
body div.complete-container { body div.complete-container {

View File

@ -67,6 +67,7 @@ body {
margin: 10px; margin: 10px;
height: calc(100% - 20px); height: calc(100% - 20px);
border: solid 1px black; border: solid 1px black;
background: white;
} }
} }