Avoid facebook widget making the page too wide

This commit is contained in:
Paulus Schoutsen 2017-02-21 22:06:12 -08:00
parent 55b3bed27c
commit 4d9bca3553

View File

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