Skip to content

Commit 4bfaeaf

Browse files
Add custom CSS for grid layout
1 parent 235557e commit 4bfaeaf

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

_static/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.grid-item-span-all-cols {
2+
grid-column: 1 / -1;
3+
}
4+
5+
.grid-item-span-all-cols > .myst-card {
6+
margin: 0;
7+
}

myst.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ site:
2626
options:
2727
favicon: _static/irsa-favicon.ico
2828
logo: _static/irsa_logo.png
29+
style: _static/custom.css
2930
outline_maxdepth: 1
3031
# Keep the footer links hidden at least until https://github.com/jupyter-book/mystmd/issues/2589 is resolved
3132
hide_footer_links: true

tutorials/euclid_access/euclid.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Explore the columns in the MER final catalog, query for stars, and create a colo
4040
Join the SPE and MER catalogs and query for galaxies with H-alpha line detections, then plot the SIR spectrum of a galaxy with a high SNR H-alpha line measurement.
4141
```
4242
43+
```{div .grid-item-span-all-cols}
4344
```{card}
4445
:link: 4_Euclid_intro_PHZ_catalog.md
4546
:header: **PHZ Catalogs**

0 commit comments

Comments
 (0)