Skip to content
Snippets Groups Projects

Mission statement, extendable

Merged Uwe Jandt (DESY, HIFIS) requested to merge overall-motivation-extendable into master
All threads resolved!
Files
2
+ 4
1
@@ -48,7 +48,7 @@ div#title {
display: flex;
flex-flow: row nowrap;
column-gap: 1rem;
align-items: flex-end;
align-items: flex-start;
justify-content: space-between;
@include medium-is-tablet-minus {
@@ -63,6 +63,9 @@ div#title {
the transitions above and below.
*/
padding-top: 3rem;
@include medium-is-tablet-plus {
padding-top: 3.5rem;
}
padding-bottom: 2rem;
padding-left: $document-side-margin;
padding-right: $document-side-margin;
Loading