Fiche
This commit is contained in:
parent
9cdeca2f40
commit
ea556a1241
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue