Commit b5d36452 authored by kushalpandya's avatar kushalpandya

Fix trial banner padding

parent fb3d05ec
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
display: flex; display: flex;
align-content: center; align-content: center;
justify-content: center; justify-content: center;
padding: 10px 35px; padding: 15px 35px;
position: fixed; position: fixed;
top: 0; top: 0;
width: 100%; width: 100%;
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
text-align: center; text-align: center;
z-index: 400; z-index: 400;
@media (max-width: $screen-md-min) {
padding: 10px 35px;
}
.close { .close {
color: $white-dark; color: $white-dark;
opacity: 0.7; opacity: 0.7;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment