|
@@ -19,7 +19,7 @@ const SearchPageLayout: FC<Props> = (props: Props) => {
|
|
|
return (
|
|
return (
|
|
|
<div className="content-main">
|
|
<div className="content-main">
|
|
|
<div className="search-result row" id="search-result">
|
|
<div className="search-result row" id="search-result">
|
|
|
- <div className="col-lg-6 page-list search-result-list pr-0" id="search-result-list">
|
|
|
|
|
|
|
+ <div className="col-xl-6 page-list search-result-list pr-0" id="search-result-list">
|
|
|
<nav><SearchControl></SearchControl></nav>
|
|
<nav><SearchControl></SearchControl></nav>
|
|
|
<div className="d-flex align-items-start justify-content-between mt-1">
|
|
<div className="d-flex align-items-start justify-content-between mt-1">
|
|
|
<div className="search-result-meta">
|
|
<div className="search-result-meta">
|
|
@@ -31,7 +31,7 @@ const SearchPageLayout: FC<Props> = (props: Props) => {
|
|
|
<ul className="page-list-ul page-list-ul-flat nav nav-pills"><SearchResultList></SearchResultList></ul>
|
|
<ul className="page-list-ul page-list-ul-flat nav nav-pills"><SearchResultList></SearchResultList></ul>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div className="col-lg-6 d-none d-lg-block search-result-content">
|
|
|
|
|
|
|
+ <div className="col-xl-6 d-none d-lg-block search-result-content">
|
|
|
<SearchResultContent></SearchResultContent>
|
|
<SearchResultContent></SearchResultContent>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|