Skip to content

Commit

Permalink
Add default flex direction
Browse files Browse the repository at this point in the history
Add default flex direction for other module positions than the header section.
  • Loading branch information
richard67 committed Jun 9, 2018
1 parent 033c9e1 commit eae0859
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/cassiopeia/css/template.css
Expand Up @@ -8761,6 +8761,9 @@ small,
dd {
margin-bottom: 0; }

.mod-menu.nav {
flex-direction: column; }

.j-main-container .alert {
margin: 10px; }

Expand Down
4 changes: 4 additions & 0 deletions templates/cassiopeia/scss/blocks/_global.scss
Expand Up @@ -33,3 +33,7 @@ small,
dd {
margin-bottom: 0;
}

.mod-menu.nav {
flex-direction: column;
}

0 comments on commit eae0859

Please sign in to comment.