Merge pull request #7487 from N-Shar-ma/news-banner

Updated position and content of news banner
This commit is contained in:
Fredrik Adelöw
2021-10-07 22:33:31 +02:00
committed by GitHub
2 changed files with 33 additions and 11 deletions
+19 -2
View File
@@ -1094,10 +1094,27 @@ code {
position: relative;
overflow: visible;
z-index: 100;
margin: 25px auto 0 auto;
max-width: 1430px;
height: 0;
margin: -14px auto 14px auto;
}
@media only screen and (max-width: 1024px) {
.Banner__Container {
margin-top: 20px;
}
}
@media only screen and (max-width: 645px) {
.Banner__Container {
margin-top: 60px;
}
}
@media only screen and (max-width: 335px) {
.Banner__Container {
margin-top: 90px;
}
}
.Banner__DismissButton {