Skip to content

Commit

Permalink
Don't left align content anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
taneliang committed Jan 14, 2021
1 parent 4f925df commit e0c8d14
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

div.modulesPageContainer {
max-width: 75rem;
margin-left: 0;
animation-name: $page-entering-animation;
}

Expand Down
1 change: 0 additions & 1 deletion website/src/views/modules/ModulePageContent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ $sticky-top: $navbar-height;

.moduleInfoPage {
max-width: 80rem;
margin-left: 0;

:global {
animation-name: $page-entering-animation;
Expand Down
1 change: 0 additions & 1 deletion website/src/views/settings/SettingsContainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

:global(.page-container).settingsPage {
max-width: 60rem;
margin-left: 0;

:global {
animation-name: $page-entering-animation;
Expand Down

0 comments on commit e0c8d14

Please sign in to comment.