Skip to content
Snippets Groups Projects
Unverified Commit 9191f96a authored by Luke Bennett's avatar Luke Bennett
Browse files

Fix illustration padding and center for mobiel

parent f9dc1e86
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment