File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 77 </div >
88 <div class =" filter-component" >
99 <OrganizationsFilter class =" lg:mt-0 lg:order-2" />
10- <Organizations
11- :organizations =" organizations"
12- class =" lg:grow lg:pl-6"
13- />
10+ <Organizations :organizations =" organizations" class =" lg:grow" />
1411 </div >
1512 </article >
1613 </div >
@@ -28,7 +25,7 @@ export default {
2825 },
2926 async fetch () {
3027 const response = await this .$axios .get (
31- ` /v1/orgs?sort_by=${ this .orgs_sortBy } `
28+ ` /v1/orgs?sort_by=${ this .orgs_sortBy } ` ,
3229 )
3330 this .$store .commit (' setOrgs' , response .data .orgs )
3431 this .$store .commit (' setPageCount' , response .data .totalPages )
@@ -47,15 +44,15 @@ export default {
4744 background-color : #edeeef ;
4845}
4946.divider {
50- @apply w-10 lg :w-14 border-t-2 border-black;
47+ @apply w-10 lg :w-14 border-t-2 border-black pb-4 ;
5148}
5249.header-title {
5350 font-family : 'IBM Mono' ;
5451 font-size : 1.7 rem ;
55- @apply font-normal ml-8 pt-16 lg :pt-24 md:ml-12 lg:ml-20 lg: text-4xl lg:font-light 2 xl:ml-24 ;
52+ @apply font-normal pt-16 lg :pt-24 lg:text-4xl lg:font-light;
5653}
5754
5855.filter-component {
59- @apply lg :flex mx-auto mt-10 lg:mt-20 lg:w-11 / 12 ;
56+ @apply lg :flex mt-10 lg:mt-20;
6057}
6158 </style >
You can’t perform that action at this time.
0 commit comments