Adding background to images in the carousel to better style.
This commit is contained in:
parent
edb47331f0
commit
1b130726ef
@ -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 {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user