Skip to content

Commit

Permalink
adding classes
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Apr 23, 2024
1 parent 229ddb3 commit 31e48f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/00-base/03-site/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ body {
margin: 0 auto;
}

.ml-auto {
margin-left: auto !important;
}

.mr-auto {
margin-right: auto !important;
}

*,
*::after,
*::before {
Expand Down
3 changes: 3 additions & 0 deletions components/04-templates/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ $main-width: calc(100% - (#{$sidebar-width} + #{$gutter}));
border-radius: 5px;
padding: 10px;
margin-bottom: 25px;
&.border-none {
border: none;
}
}
[id="block-sympanewssubscription-2"] {
border: none;
Expand Down

0 comments on commit 31e48f5

Please sign in to comment.