Skip to content
Snippets Groups Projects
Commit 6400ff6d authored by Aymeric Bernard's avatar Aymeric Bernard
Browse files

CSS fixes: centered image and min height for text-only row

parent d2e0f984
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
}
.text-bloc {
min-height: var(--rowHeight);
border: 1px solid black;
background-color: #e2ffe0;
padding: 10px;
......@@ -32,6 +33,7 @@
height: 100%;
margin-left: auto;
margin-right: auto;
display: block;
}
.image-text-bloc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment