Update styles

This commit is contained in:
Zdenek Borovec 2024-06-23 07:43:34 +02:00
parent f88cc1ac7d
commit 26df04f48e

View file

@ -152,18 +152,18 @@ ul {
margin-left: 1em;
}
.image-container-right {
.image-container-left {
border-style: solid;
border-width: thin;
border-color: black;
border-radius: 0.5em;
float: right;
float: left;
background-image: url("http://assets.zdenekborovec-dev.cz/common/planks_dark_tile.png");
background-repeat: repeat;
background-color: black;
color: white;
padding: 1em;
margin-left: 1em;
margin-right: 1em;
}
.image-container-center {
@ -187,14 +187,12 @@ ul {
border-color: black;
}
.image-container-center img {
.image-container-center img, .image-gallery img {
border-radius: 0.5em;
border-style: solid;
border-width: thin;
border-color: black;
margin-right: 1em;
max-width: 20em;
height: auto;
}
.image-container-left p, .image-container-right p, .image-container-center p {