Skip to content

Commit

Permalink
jekyll pages doesnt like nested stuff?
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenburger committed Jan 19, 2024
1 parent 7cbe9fb commit dfacf71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,6 @@ header .box {
--placement: 0;
--corner: 8px;
--img: url("../images/corner.svg");
&.crosshair {
--placement: -8px;
--corner: 16px;
--img: url("../images/crosshair.svg");
}
display: none;
@include query($bp-xlg){
display: initial;
Expand Down Expand Up @@ -265,9 +260,14 @@ header .box {
rotate: 270deg;
}
}

}

.framed.crosshair {
--placement: -8px;
--corner: 16px;
--img: url("../images/crosshair.svg");
}

h2.grid-ones {
padding-top: var(--s2);
padding-bottom: var(--s2);
Expand Down

0 comments on commit dfacf71

Please sign in to comment.