diff --git a/links/main.css b/links/main.css index 3d460e4..dfb0616 100644 --- a/links/main.css +++ b/links/main.css @@ -9,4 +9,6 @@ body > ol > li:target { background:black } body > ol > li:target a { color: white } body > footer { margin:30px } body > footer > p { max-width: 600px } -body > footer > img { display: inline-block; width:100px; margin-bottom: -5px; margin-bottom:30px; } \ No newline at end of file +body > footer > img { display: inline-block; width:100px; margin-bottom: -5px; margin-bottom:30px; } +@media screen and (max-width: 800px) { body > ol { column-count: 2; } } +@media screen and (max-width: 600px) { body > ol { column-count: 1; } }