centered menu and tags in middle announcement
This commit is contained in:
parent
a6c7de81da
commit
0040d548b5
File diff suppressed because one or more lines are too long
|
@ -331,6 +331,9 @@ main {
|
|||
&.announcement.middle {
|
||||
border-top: none;
|
||||
margin-top: $global-margin*2;
|
||||
display: flex;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
.widget_nav_menu,.widget_tag_cloud {
|
||||
width: auto;
|
||||
}
|
||||
|
|
|
@ -331,6 +331,9 @@ main {
|
|||
&.announcement.middle {
|
||||
border-top: none;
|
||||
margin-top: $global-margin*2;
|
||||
display: flex;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
.widget_nav_menu,.widget_tag_cloud {
|
||||
width: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue