Commit b5d36452 authored by kushalpandya's avatar kushalpandya

Fix trial banner padding

parent fb3d05ec
......@@ -20,7 +20,7 @@
display: flex;
align-content: center;
justify-content: center;
padding: 10px 35px;
padding: 15px 35px;
position: fixed;
top: 0;
width: 100%;
......@@ -29,6 +29,10 @@
text-align: center;
z-index: 400;
@media (max-width: $screen-md-min) {
padding: 10px 35px;
}
.close {
color: $white-dark;
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