Center Overview-Panel-Content on small devices

This commit is contained in:
MaZderMind 2015-04-30 12:31:59 +02:00
parent e7f0dfa9d8
commit 9bd6bda6dc

View file

@ -11,6 +11,18 @@ body.overview {
text-align: left;
line-height: 120px;
}
@media (max-width: @screen-xs-min) {
text-align: center !important;
.title {
text-align: center;
line-height: inherit;
}
.preview {
float: none;
}
}
}
&.has-schedule.has-preview {