Fix responsive with subtitles

This commit is contained in:
Chocobozzz 2019-11-06 09:35:22 +01:00
parent d3371aa21d
commit 7a6acc8777
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -213,7 +213,7 @@ p > a {
@media screen and (max-width: $responsive-screen) {
white-space: normal;
margin-top: 50px;
margin: 50px 0 0 0;
width: 100%;
}
}