Avoid facebook widget making the page too wide

This commit is contained in:
Paulus Schoutsen 2017-02-21 22:06:12 -08:00 committed by Fabian Affolter
parent c517e8d812
commit 6749a5e4df
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -468,3 +468,8 @@ twitterwidget {
.text-center { .text-center {
text-align: center; text-align: center;
} }
.aside-module {
max-width: 100%;
overflow: hidden;
}