Commit 2d61967d authored by kushalpandya's avatar kushalpandya

Use Flexbox to center trial banner on small screens

parent c262098d
...@@ -104,8 +104,14 @@ ...@@ -104,8 +104,14 @@
} }
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
p { display: flex;
font-size: 90%; align-content: center;
justify-content: center;
.close {
position: absolute;
top: 15px;
right: 5px;
} }
} }
} }
\ No newline at end of file
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