mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
page blocs design
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user