Skip to content

Commit dc6eca8

Browse files
committed
Fix overflow / remove horizontal scrollbar
Signed-off-by: Piotr Płaczek <[email protected]>
1 parent 4fce94d commit dc6eca8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% seo %}
1616
{% feed_meta %}
1717
</head>
18-
<body class="d-flex flex-column min-vh-100" data-bs-theme="light">
18+
<body class="d-flex flex-column min-vh-100 default-layout" data-bs-theme="light">
1919
{% if jekyll.environment == "development" %}
2020
<div class="dev-watermark">Development Mode</div>
2121
{% endif %}

_sass/kroxylicious.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,9 @@ b.conum * {
343343
background-size:contain;
344344
border: none;
345345
opacity: 0;
346-
}
346+
}
347+
348+
.default-layout > .container-fluid.px-0 > .row {
349+
margin-left: 0;
350+
margin-right: 0;
351+
}

0 commit comments

Comments
 (0)