Commit 524dd327 authored by Pietro Albini's avatar Pietro Albini

footer: make responsive

parent 4311880d
...@@ -43,4 +43,11 @@ footer { ...@@ -43,4 +43,11 @@ footer {
} }
} }
} }
@media all and (max-width: $page_size) {
ul li {
display: block;
margin: 0.4em 0;
}
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment