Skip to content
Snippets Groups Projects
Commit b6839d65 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge branch '223-include-links-to-the-mailing-lists-on-the-contact-us-page' into 'develop'

fixed display

See merge request !64
parents 07a02af9 a790f31c
No related branches found
No related tags found
2 merge requests!108Develop,!64fixed display
......@@ -16,3 +16,11 @@
padding-left: 15px;
padding-right:15px;
}
.position{
display: flex;
}
@media (max-width: 991px){
.position{
flex-direction: column-reverse;
}
}
<div class="col-md-offset-1 col-md-10 col-lg-offset-1 col-lg-10 row" style="padding-bottom: 80px; padding-top: 80px;">
<div class="col-md-offset-1 col-md-10 col-lg-offset-1 col-lg-10 row position" style="padding-bottom: 80px; padding-top: 80px;">
<div class="col-md-6">
<div class="" style="padding-bottom: 15px;">
<h2>{{ 'ABOUT.CHANGELOG_TITLE' | translate }}</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment