centered menu and tags in middle announcement

This commit is contained in:
jorge 2022-04-08 17:39:26 +02:00
parent a6c7de81da
commit 0040d548b5
3 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -331,6 +331,9 @@ main {
&.announcement.middle { &.announcement.middle {
border-top: none; border-top: none;
margin-top: $global-margin*2; margin-top: $global-margin*2;
display: flex;
align-content: center;
justify-content: center;
.widget_nav_menu,.widget_tag_cloud { .widget_nav_menu,.widget_tag_cloud {
width: auto; width: auto;
} }

View File

@ -331,6 +331,9 @@ main {
&.announcement.middle { &.announcement.middle {
border-top: none; border-top: none;
margin-top: $global-margin*2; margin-top: $global-margin*2;
display: flex;
align-content: center;
justify-content: center;
.widget_nav_menu,.widget_tag_cloud { .widget_nav_menu,.widget_tag_cloud {
width: auto; width: auto;
} }