Skip to content

Commit ea0a9ef

Browse files
author
Nick Balestra
committed
css
1 parent a223efd commit ea0a9ef

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

components/landing-page/css/styles.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,19 @@ li {
175175
text-decoration: none;
176176
}
177177

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+
178191
@media only screen and (min-width : 320px) and (max-width : 768px) {
179192
#hero header {
180193
padding-top: 60px;

0 commit comments

Comments
 (0)