forked from wallabag/wallabag
CSS grid used for bloc mode entries and flex for card bloc
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user