Skip to content
Snippets Groups Projects
Commit 97347b8c authored by Isabell Alexandra Guckes's avatar Isabell Alexandra Guckes
Browse files

Merge branches 'main' and 'main' of ssh://gitlab.igem.org/2024/bielefeld-cebitec

parents ba11f532 e57a2b28
No related branches found
No related tags found
No related merge requests found
Pipeline #448061 passed
...@@ -3895,4 +3895,25 @@ height: min-content !important; ...@@ -3895,4 +3895,25 @@ height: min-content !important;
.eng-box p { .eng-box p {
padding: 30px; padding: 30px;
}
.always-row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
}
.always-row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-.5 * var(--bs-gutter-x));
margin-left: calc(-.5 * var(--bs-gutter-x));
width: 100% !important;
} }
\ No newline at end of file
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