This commit is contained in:
Tom Hubrecht 2021-02-10 21:29:57 +01:00
parent 9cdeca2f40
commit ea556a1241
2 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ a:focus,
#content-view-profile {
display: grid;
grid-template-rows: 150px auto auto;
grid-template-rows: min(150px, 45%) auto auto;
grid-template-columns: 3fr 1fr;
grid-template-areas: "header header" "infos infos" "free-text free-text";
gap: 20px;

View file

@ -82,7 +82,7 @@
#content-view-profile {
display: grid;
grid-template-rows: 150px auto auto;
grid-template-rows: min(150px, 45%) auto auto;
grid-template-columns: 3fr 1fr;
grid-template-areas:
"header header"