CSS grid used for bloc mode entries and flex for card bloc

This commit is contained in:
Simounet
2022-03-13 15:18:03 +01:00
parent f6bc76a8ce
commit 85e91f9e67
6 changed files with 63 additions and 40 deletions

View File

@ -2,6 +2,12 @@
Media queries
========================================================================== */
@media only screen and (min-width: 450px) {
.row {
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
}
@media only screen and (min-width: 992px) {
nav,
body:not(.entry):not(.login) main,