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 a223efd commit ea0a9efCopy full SHA for ea0a9ef
components/landing-page/css/styles.css
@@ -175,6 +175,19 @@ li {
175
text-decoration: none;
176
}
177
178
+.logos {
179
+ align-items: center;
180
+ display: flex;
181
+ flex-flow: row wrap;
182
+ justify-content: center;
183
+}
184
+
185
+.logos img {
186
+ max-height: 128px;
187
+ width: 128px;
188
+ padding: 20px;
189
190
191
@media only screen and (min-width : 320px) and (max-width : 768px) {
192
#hero header {
193
padding-top: 60px;
0 commit comments