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