Skip to content

Commit

Permalink
Fix p-4-mid name
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Dec 5, 2024
1 parent 2cc4604 commit 2ddbcd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/_includes/layouts/page.njk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% include "src/_includes/layouts/nav.njk" %}
</header>

<div class="section p-0-touch p4-mid break-word">
<div class="section p-0-touch p-4-mid break-word">
<div class="columns is-gapless is-desktop">
<div id="sidebar-menu" class="column is-2-fullhd is-3-widescreen is-3-desktop is-hidden-touch">
{% include "src/_includes/layouts/sidebar.njk" %}
Expand Down
5 changes: 2 additions & 3 deletions src/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ $beige-lighter: #eff0eb;
@forward "bulma/sass/elements/content";

$mid-padding: map.get(spacing.$spacing-values, "4");

@include mixins.until-fullhd {
.section.p4-mid {
.section.p-4-mid {
padding: $mid-padding;
}

.container.is-fluid.p4-mid {
.container.is-fluid.p-4-mid {
padding: $mid-padding;
}
}
Expand Down

0 comments on commit 2ddbcd2

Please sign in to comment.