Skip to content

Commit

Permalink
[Desktop] Center content on the office pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kvestus committed Feb 24, 2024
1 parent 988a86e commit 2a579b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/workspace/layouts/workspace-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

&__content {
min-height: calc(100dvh - 64px);
padding: 20px 10px;
padding: 25px 10px 0 10px;
}

@media (max-width: $mobile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
display: grid;
grid-gap: 10px;
grid-template-columns: 200px 1fr;
max-width: 800px;
margin: 0 auto;

@media (max-width: $mobile) {
display: flex;
Expand Down

0 comments on commit 2a579b1

Please sign in to comment.