mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] view-title overlap buttons on small screen.
This commit is contained in:
parent
d2a08c76e1
commit
311e651ff2
2 changed files with 5 additions and 2 deletions
|
@ -213,7 +213,10 @@ body .form-control {
|
|||
|
||||
.view-title {
|
||||
text-align: center;
|
||||
margin: -35px 120px 0 120px;
|
||||
margin: 20px auto 0;
|
||||
@media (min-width: @screen-xs-min) {
|
||||
margin: -35px 120px 0 120px;
|
||||
}
|
||||
}
|
||||
|
||||
// Preserve font-size in panel titles.
|
||||
|
|
2
css/style.min.css
vendored
2
css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue