Skip to content

Commit a66e5dd

Browse files
committed
Поправляет стили для мелкого разрешения
1 parent 401a09d commit a66e5dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,19 @@ header a:visited {
135135

136136
.logo-list ul {
137137
display: flex;
138-
justify-content: space-between;
138+
flex-wrap: wrap;
139+
justify-content: space-around;
139140
margin: 0;
140141
padding: 0;
141142

142143
list-style: none;
143144
}
144145

146+
.logo-list li {
147+
margin-right: 10px;
148+
margin-left: 10px;
149+
}
150+
145151
.logo {
146152
width: 300px;
147153
height: 300px;

0 commit comments

Comments
 (0)