Skip to content

Commit 16693ba

Browse files
committed
Styles optimalizations for banner
1 parent 8bb8a66 commit 16693ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/.vuepress/components/cookie-consent/components/CookieConsentBanner.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export default Vue.extend({
6363
align-items: center;
6464
background-color: #fff;
6565
border-top: 1px #acacac solid;
66+
background-color: #f9f9f9;
6667
6768
&__text {
6869
margin-bottom: 0;
@@ -96,6 +97,11 @@ export default Vue.extend({
9697
@media screen and (max-width: 911px) {
9798
.cookie-consent-banner {
9899
flex-direction: column;
100+
101+
&__text {
102+
margin-bottom: 2rem;
103+
margin-right: 0
104+
}
99105
}
100106
}
101107
</style>

0 commit comments

Comments
 (0)