Skip to content

Commit

Permalink
🔒️ Improve page
Browse files Browse the repository at this point in the history
  • Loading branch information
damianpumar committed Mar 8, 2024
1 parent 362aa9b commit 23c9576
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/layouts/HeaderAndTopAndTwoColumns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,19 @@ export default {
}
.top {
grid-area: 2 / 2 / 3 / 5;
@include media("<tablet") {
grid-area: 2 / 1 / 3 / 6;
padding-inline: 2em;
}
}
.left {
grid-area: 3 / 2 / 6 / 4;
@include media("<tablet") {
grid-area: 3 / 1 / 6 / 6;
padding-inline: 2em;
}
}
.right {
grid-area: 3 / 4 / 6 / 5;
Expand Down

0 comments on commit 23c9576

Please sign in to comment.