Fix banner width (#2431)

This commit is contained in:
absidue 2022-07-31 21:36:52 +02:00 committed by GitHub
parent 651e95f7a0
commit 4abcb7df15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -16,10 +16,14 @@
}
.banner {
width: 80%;
width: 85%;
margin: 20px auto 0;
}
.banner-wrapper {
margin: 0 10px;
}
.flexBox {
display: block;
}

View File

@ -14,6 +14,7 @@
>
<div
v-if="showUpdatesBanner || showBlogBanner"
class="banner-wrapper"
>
<ft-notification-banner
v-if="showUpdatesBanner"