Skip to content

Commit

Permalink
стиль для форм филтрации
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachernyakova committed Dec 11, 2024
1 parent 8c1de61 commit 675ba79
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions citywalls2/public/stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,15 @@ th {
.house-photo {
max-width: 100px;
height: auto;
}

.flex-row {
display: flex;
align-items: center;
gap: 10px; /* Расстояние между элементами */
}

.centered {
justify-content: center; /* Центрирование по горизонтали */
margin: 20px 0; /* Отступы сверху и снизу */
}

0 comments on commit 675ba79

Please sign in to comment.