Skip to content
Snippets Groups Projects
Verified Commit e60242e8 authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS) Committed by Huste, Tobias
Browse files

images css 1

parent 93968d29
No related branches found
No related tags found
1 merge request!32"Design 2nd level "mission" page"
---
---
@import "boilerplate/breakpoints";
.image-block {
display: flex;
padding: 1rem 0;
align-items: center;
div {
flex: 3 0 0;
}
.help-image {
padding: 1rem 2rem;
flex: 1 0 0;
max-width: 14rem; // needed for Chrome on large screens
min-height: 5rem; // needed for Firefox on small screens
&.right {
@include medium-is-tablet-plus {
order: 1
}
}
}
@include medium-is-phone {
flex-direction: column;
}
}
.image-attrib {
font-size: 0.8rem;
text-align: right;
}
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