page blocs design

This commit is contained in:
2021-05-25 15:36:07 +02:00
parent 7efbf2fce8
commit fc2a2da75f
2 changed files with 75 additions and 39 deletions

View File

@@ -82,6 +82,7 @@ div.flex-bloc {
border: 1px solid #000;
margin: 0 1em 1em 0;
padding: 1em;
padding-bottom: 0;
flex-grow: 0;
flex-shrink: 0;
flex-basis: 30%;
@@ -94,15 +95,23 @@ div.flex-bloc {
}
.content-bloc {
margin: 0;
font-size: 90%;
font-size: 80%;
}
dl {
dd {
margin: 0.67em auto;
}
ul.record_actions {
margin-top: auto;
margin-bottom: 0;
}
}
@media only screen and (max-width: 1024px) {
div.item-bloc {
flex-grow: 0;
flex-shrink: 0;
flex-basis: 45%;
}
}
@media only screen and (max-width: 768px) {
flex-direction: column;
}