We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a237e commit d59d032Copy full SHA for d59d032
css/style.css
@@ -135,13 +135,19 @@ header a:visited {
135
136
.logo-list ul {
137
display: flex;
138
- justify-content: space-between;
+ flex-wrap: wrap;
139
+ justify-content: space-around;
140
margin: 0;
141
padding: 0;
142
143
list-style: none;
144
}
145
146
+.logo-list li {
147
+ margin-right: 10px;
148
+ margin-left: 10px;
149
+}
150
+
151
.logo {
152
width: 300px;
153
height: 300px;
0 commit comments