mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
Center Overview-Panel-Content on small devices
This commit is contained in:
parent
e7f0dfa9d8
commit
9bd6bda6dc
1 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue