Skip to content
Snippets Groups Projects
Commit 7aaaaa3f authored by Dominic Meiser's avatar Dominic Meiser Committed by Thomas Schneider
Browse files

Small CSS fixup

parent 71131d3e
No related branches found
No related tags found
1 merge request!3A bunch of design stuff
......@@ -162,13 +162,12 @@ main {
}
.preview {
width: min(95vw, 100rem);
/* A4 aspect ratio: √2:1 */
aspect-ratio: 1.4142135623730951;
}
.preview-label {
place-self: center;
.preview-container .preview {
width: 100%;
}
// this is the form layout row container thingy
......@@ -220,6 +219,10 @@ main {
cursor: pointer;
}
.preview-label {
place-self: center;
}
img {
width: 10rem;
background-color: #fff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment