1
1
mirror of https://github.com/XXIIVV/webring.git synced 2024-07-07 07:16:18 +03:00

Added media queries

This commit is contained in:
neauoire 2020-05-19 19:55:52 +09:00
parent 4aed104bd1
commit de3a95f27c

View File

@ -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; }
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; } }