Skip to content

Commit

Permalink
Remove 'debug' from grid area
Browse files Browse the repository at this point in the history
  • Loading branch information
drmenzelit committed Jul 20, 2021
1 parent c0c5c73 commit 16ecf62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions templates/cassiopeia/scss/blocks/_css-grid.scss
Expand Up @@ -43,8 +43,7 @@
". side-l comp comp side-r ."
". bot-a bot-a bot-a bot-a ."
". bot-b bot-b bot-b bot-b ."
". footer footer footer footer ."
". debug debug debug debug .";
". footer footer footer footer .";
}

&.wrapper-fluid {
Expand Down Expand Up @@ -113,7 +112,3 @@
.container-footer {
grid-area: footer;
}

.system-debug {
grid-area: debug;
}
1 change: 1 addition & 0 deletions templates/cassiopeia/scss/blocks/_global.scss
Expand Up @@ -15,6 +15,7 @@ html {

body {
position: relative;
min-height: 100vh;
}

img {
Expand Down

0 comments on commit 16ecf62

Please sign in to comment.