Skip to content

Commit

Permalink
Merge pull request #8244 from jrjohnson/fix-css-lint-issue
Browse files Browse the repository at this point in the history
Prettier Up some Styles
  • Loading branch information
dartajax authored Nov 27, 2024
2 parents 4384a3d + 409c53a commit 35a392c
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 113 deletions.
8 changes: 6 additions & 2 deletions packages/frontend/app/styles/layout/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
"nav main"
"footer footer";
grid-template-columns: auto 1fr;
grid-template-rows: 42px calc(42px * constants.$golden-ratio-small) auto 20px;
grid-template-rows:
42px calc(42px * constants.$golden-ratio-small)
auto 20px;
}

@include m.for-desktop-and-up {
Expand All @@ -85,7 +87,9 @@
"nav main main"
"footer footer footer";
grid-template-columns: auto 1fr 1fr;
grid-template-rows: 42px calc(42px * constants.$golden-ratio-large) auto 20px;
grid-template-rows:
42px calc(42px * constants.$golden-ratio-large)
auto 20px;
}

& > nav {
Expand Down
Loading

0 comments on commit 35a392c

Please sign in to comment.