Skip to content

Commit 724d87f

Browse files
authored
fix homepage (#2424)
1 parent c9ef8fe commit 724d87f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/javascript/styles/homepage.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,15 +281,14 @@
281281

282282
.wrapper {
283283
min-height: 100vh;
284-
padding-right: var(--wrapper-padding);
285284

286285
&:not([data-carousel=true]) {
287286
max-width: 640px;
288287
width: var(--wrapper-width);
289288
}
290289
}
291290

292-
.content-header, .content, :not([data-carousel=true] .content-footer) {
291+
.content-header, .content, [data-carousel=false] .content-footer {
293292
margin-left: var(--wrapper-padding);
294293

295294
&.content-footer .links {
@@ -334,7 +333,6 @@
334333
[data-carousel=true] .content-footer {
335334
max-width: none;
336335
width: initial;
337-
margin: 2.4rem calc(-1 * var(--wrapper-padding)) 0 calc(-1 * var(--wrapper-padding));
338336

339337
.carousel {
340338
display: block;

0 commit comments

Comments
 (0)