fix(style): align page head content
This commit is contained in:
parent
ded8cdfcb7
commit
210ae482f3
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="page-head flex">
|
||||
<div class="container">
|
||||
<div class="row flex align-center page-head-content justify-between">
|
||||
<div class="row flex-nowrap align-center page-head-content justify-between">
|
||||
<div class="col-md-4 col-sm-6 col-xs-7 page-title">
|
||||
<!-- <div class="title-image hide hidden-md hidden-lg"></div> -->
|
||||
<!-- title -->
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flex-nowrap {
|
||||
@extend .flex;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue