mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-19 09:02:59 +00:00
responsive css: multi-column list on wide screens
This commit is contained in:
@@ -53,3 +53,11 @@ li img {
|
||||
color: black ;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 55em) {
|
||||
#artlist { column-count: 2 ;}
|
||||
}
|
||||
|
||||
@media (min-width: 100em) {
|
||||
#artlist { column-count: 3 ;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user