fix: set css for max width 412px
This commit is contained in:
parent
ef7766af8a
commit
1cd51644a2
2 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="page-head flex">
|
||||
<div class="container">
|
||||
<div class="row flex align-center page-head-content justify-between">
|
||||
<div class="col-md-4 col-sm-6 col-xs-6 page-title">
|
||||
<div class="col-md-4 col-sm-6 col-xs-7 page-title">
|
||||
<!-- <div class="title-image hide hidden-md hidden-lg"></div> -->
|
||||
<!-- title -->
|
||||
<span class="sidebar-toggle-btn">
|
||||
|
|
|
|||
|
|
@ -387,3 +387,11 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 412px) {
|
||||
body[data-route^="Form"] {
|
||||
.page-title .title-text {
|
||||
max-width: 28vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue