Skip to content

Commit

Permalink
Jekyll 4.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Jun 21, 2024
1 parent b2907d3 commit f60cc8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Make build destination directory
run: mkdir $PWD/_site
run: mkdir $PWD/_site $PWD/.jekyll-cache
- name: Where am I
run: |
echo $PWD
Expand Down
6 changes: 3 additions & 3 deletions _sass/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

#sidebar {
$pad: calc(2em / 0.9);
$pad: 2em / 0.9;

@include vendor('flex-grow', '0');
@include vendor('flex-shrink', '0');
Expand All @@ -49,7 +49,7 @@
width: _size(sidebar-width);

h2 {
font-size: calc(1.25em / 0.9);
font-size: 1.25em / 0.9;
}

> .inner {
Expand Down Expand Up @@ -118,7 +118,7 @@
}

@include breakpoint(xlarge) {
$pad: calc(1.5em / 0.9);
$pad: 1.5em / 0.9;

width: _size(sidebar-width-alt);

Expand Down

0 comments on commit f60cc8c

Please sign in to comment.