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 {
|
#content-view-profile {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 150px auto auto;
|
grid-template-rows: min(150px, 45%) auto auto;
|
||||||
grid-template-columns: 3fr 1fr;
|
grid-template-columns: 3fr 1fr;
|
||||||
grid-template-areas: "header header" "infos infos" "free-text free-text";
|
grid-template-areas: "header header" "infos infos" "free-text free-text";
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
#content-view-profile {
|
#content-view-profile {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 150px auto auto;
|
grid-template-rows: min(150px, 45%) auto auto;
|
||||||
grid-template-columns: 3fr 1fr;
|
grid-template-columns: 3fr 1fr;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"header header"
|
"header header"
|
||||||
|
|
Loading…
Add table
Reference in a new issue