Skip to content

Commit

Permalink
make press release card full width
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoggridge committed Jun 12, 2024
1 parent 27e1e56 commit e537e47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ tibble::tribble(
footer = "May 30th, 2024",
text = text,
link = link,
spacing = 4, # space between cards
width = 4 # relative sizing (1 narrow - 5 wide)
spacing = 0, # space between cards
width = 5 # relative sizing (1 narrow - 5 wide)
)
```
:::
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,16 +352,16 @@ <h4>Developing environmental sampling as a method for monitoring
<hr />
<div id="press-release">
<div>
<div class="row p-0 row-cols-1 row-cols-lg-2" style="margin-left: -.6rem; margin-right: -.6rem; margin-top: 1rem; margin-bottom: 1rem; ">
<div class="card bg-transparent m-0 border-0 collapse.show bs4cards-blahblahblah " style="padding: .6rem ; border-width: 0; border-radius: .6rem .6rem .6rem .6rem ;">
<div class="row p-0 row-cols-1" style="margin-left: -0; margin-right: -0; margin-top: 1rem; margin-bottom: 1rem; ">
<div class="card bg-transparent m-0 border-0 collapse.show bs4cards-blahblahblah " style="padding: 0 ; border-width: 0; border-radius: .6rem .6rem .6rem .6rem ;">
<div class="card-body justify-content-end m-0 p-0" style="visibility: visible; background-color: inherits; border-style:solid; border-color:inherits; border-width:1px; border-radius: .6rem .6rem 0 0 ;">
<a href="gapp_release.html">
<h5 class="card-title my-auto px-3 pt-3 pb-1">Press Release</h5>
</a>
<p class="card-text my-auto px-3 pb-3 pt-1">
Good news! CUBE is part of a successful grant application to Genome Canada’s Genomics Applications Partnership Program (GAPP).</p>
</div>
<div class="card-footer small text-muted px-3 py-auto" style="border-style:solid; border-color:inherits; border-width:0 1px 1px 1px; border-radius: 0 0 .6rem .6rem ;">May 5th, 2024</div>
<div class="card-footer small text-muted px-3 py-auto" style="border-style:solid; border-color:inherits; border-width:0 1px 1px 1px; border-radius: 0 0 .6rem .6rem ;">May 30th, 2024</div>
</div>
</div>
</div>
Expand Down

0 comments on commit e537e47

Please sign in to comment.