Skip to content

Commit

Permalink
Merge pull request #13 from HackerspaceKRK/width_fix
Browse files Browse the repository at this point in the history
fix broken max width
  • Loading branch information
hbrylkowski authored Aug 13, 2023
2 parents d039bc5 + 07a1ff5 commit bb1a833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $brand-color: map-get($brand-colors, "orangered");
$brand-color: "{{ site.brand_color | default: '#ff5100' }}";
}

$content-width: "{{ site.content_width | default: '920px' }}";
$content-width: {{ site.content_width | default: '920px' }};

// Click to top theme
$click-to-top-light-background-color: "{{ site.click_to_top.light.background_color | default: white }}";
Expand Down

0 comments on commit bb1a833

Please sign in to comment.