File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -92,3 +92,9 @@ footer {
92
92
top : 0 ;
93
93
}
94
94
95
+ @media (min-width : 1200px ) {
96
+ .container {
97
+ max-width : 1350px ;
98
+ }
99
+ }
100
+
Original file line number Diff line number Diff line change @@ -163,13 +163,12 @@ <h4>Applicability</h4>
163
163
< div class ="row ">
164
164
< div class ="col " style ="padding-left: 7.5px; ">
165
165
< div class ="card shadow-sm " id ="results-container ">
166
- < div class ="card-header ">
167
- < h4 class ="mb-0 "> Search Results< small id ="stats " class ="ml-2 "> </ small > </ h4 >
168
- </ div >
166
+ < div class ="card-header d-flex align-items-center justify-content-between ">
167
+ < h4 class ="mb-0 "> Search Results< small id ="stats " class ="ml-2 "> </ small > </ h4 > < button class ="btn btn-primary " type ="button "> Save Search</ button > </ div >
169
168
< div class ="card-body ">
170
169
< div id ="hits "> </ div >
171
170
< div id ="pagination " class ="mt-2 "> </ div >
172
- < div class ="d-flex justify-content-between "> < img src ="assets/img/algolia-powered-by.svg "> < button class =" btn btn-primary " type =" button " > Save Search </ button > < /div >
171
+ < div class ="d-flex justify-content-between "> < img src ="assets/img/algolia-powered-by.svg "> </ div >
173
172
</ div >
174
173
</ div >
175
174
</ div >
You can’t perform that action at this time.
0 commit comments