Skip to content

Commit 2ddbcd2

Browse files
committed
Fix p-4-mid name
1 parent 2cc4604 commit 2ddbcd2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/_includes/layouts/page.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{% include "src/_includes/layouts/nav.njk" %}
2020
</header>
2121

22-
<div class="section p-0-touch p4-mid break-word">
22+
<div class="section p-0-touch p-4-mid break-word">
2323
<div class="columns is-gapless is-desktop">
2424
<div id="sidebar-menu" class="column is-2-fullhd is-3-widescreen is-3-desktop is-hidden-touch">
2525
{% include "src/_includes/layouts/sidebar.njk" %}

src/page.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ $beige-lighter: #eff0eb;
2828
@forward "bulma/sass/elements/content";
2929

3030
$mid-padding: map.get(spacing.$spacing-values, "4");
31-
3231
@include mixins.until-fullhd {
33-
.section.p4-mid {
32+
.section.p-4-mid {
3433
padding: $mid-padding;
3534
}
3635

37-
.container.is-fluid.p4-mid {
36+
.container.is-fluid.p-4-mid {
3837
padding: $mid-padding;
3938
}
4039
}

0 commit comments

Comments
 (0)