Skip to content

Commit bfb8291

Browse files
committed
polish carousel styling
1 parent d47f281 commit bfb8291

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

frontend/styles/index.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6128,15 +6128,14 @@ h6 {
61286128
.noscript-carousel {
61296129
width: 100%;
61306130
float: left;
6131-
margin-bottom: 4em;
6132-
padding: 20px 10px 20px 40px
6131+
padding-bottom: 40px;
61336132
}
61346133
.noscript-carousel li {
61356134
float: left;
6136-
height: 100px;
6135+
height: 80px;
61376136
list-style: none;
6138-
padding: 20px 0;
6139-
margin: 0 5px 0;
6137+
/* padding: 20px 0; */
6138+
/* margin: 0 5px 0; */
61406139
width: 180px;
61416140
display: -webkit-box;
61426141
display: -webkit-flex;

src/_data/clients.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
- heroku
1010
- kickstarter
1111
- netflix
12-
- oracle
1312
- watsi

src/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ <h5>Trusted and Used by Thousands of Organizations</h5>
5454
</div>
5555
</div>
5656
</div>
57+
<div class="container">
5758
<%= render "carousel", clients: site.data.clients %>
59+
</div>
5860
<div id="products" class="container">
5961
<div class="comparison-chart">
6062
<div class="row">

0 commit comments

Comments
 (0)