Skip to content

Commit

Permalink
src/themes/cgspace: use Bootstrap flex on home-page
Browse files Browse the repository at this point in the history
Use Bootstrap flex class to center Impact Area icons more neatly.
  • Loading branch information
alanorth committed Dec 21, 2023
1 parent d455b84 commit 7cde5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/cgspace/app/home-page/home-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ds-themed-search-form [inPlaceSearch]="false" [searchPlaceholder]="'home.search-form.placeholder' | translate"></ds-themed-search-form>
<section class="cgiar-section mt-4 mb-3">
<h2>Our Research Collections</h2>
<div class="row">
<div class="row justify-content-between">
<div class="col-12 col-sm-6 col-lg-4 mb-4">
<a routerLink="/communities/c222a914-ea31-4dc9-92c5-e76b57dac187">
<div class="card h-100">
Expand Down

0 comments on commit 7cde5b9

Please sign in to comment.