Commit 9191f96a authored by Luke Bennett's avatar Luke Bennett

Fix illustration padding and center for mobiel

parent f9dc1e86
......@@ -217,4 +217,12 @@
.text-container {
position: relative;
}
@media (max-width: $screen-xs-max) {
.illustration {
display: block;
text-align: center;
margin: $gl-padding 0;
}
}
}
.milestone-deprecation-message.prepend-top-default
= image_tag 'illustrations/milestone_removing-page.svg', class: 'append-right-default'
.milestone-deprecation-message.prepend-top-default.prepend-left-default
.illustration.inline= image_tag 'illustrations/milestone_removing-page.svg', class: 'append-right-default'
.inline.vertical-align-middle.text-container
%strong This page will be removed in a future release.
%p.append-bottom-default.prepend-top-5
......
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