center images

This commit is contained in:
veclav talica 2024-02-23 23:18:15 +05:00
parent 78b50d27c2
commit af76490365

View File

@ -106,4 +106,7 @@ img {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
width: auto; width: auto;
margin-left: auto;
margin-right: auto;
display: block;
} }