Fix images
This commit is contained in:
@@ -90,10 +90,11 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.centered-image {
|
.centered-image {
|
||||||
max-width: calc(100% - 10px); /* Отступы по 5px слева и справа */
|
max-width: 60%; /* Уменьшаем максимальную ширину картинки */
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin: 20px 5px;
|
margin: 20px auto;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-links a {
|
.project-links a {
|
||||||
|
|||||||
Reference in New Issue
Block a user