m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css
index f6ec3cc..9cde21f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -15,9 +15,20 @@ a:hover {
color: #55f;
}
-ul {
+#songs {
list-style-type: '';
- column-count: 3;
+}
+
+@media (min-width: 55em) {
+ #songs {
+ column-count: 2 ;
+ }
+}
+
+@media (min-width: 100em) {
+ #songs {
+ column-count: 3 ;
+ }
}
li {