fix: set css for max width 412px

This commit is contained in:
DaizyModi 2023-10-06 15:09:32 +05:30
parent ef7766af8a
commit 1cd51644a2
2 changed files with 9 additions and 1 deletions

View file

@ -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">

View file

@ -387,3 +387,11 @@ body {
}
}
}
@media (max-width: 412px) {
body[data-route^="Form"] {
.page-title .title-text {
max-width: 28vw;
}
}
}