Skip to content

Commit

Permalink
💄 (#416): Added padding on config images
Browse files Browse the repository at this point in the history
  • Loading branch information
KAUR1984 committed Jul 14, 2023
1 parent 3673742 commit d22994c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,11 @@ pre>code {
box-sizing: border-box;
}

/* Add padding to image container */
.with-padding {
padding: 0.5em;
}

/* Typeset text color (even links) */
.default-text-color {
color: var(--md-typeset-color) !important;
Expand Down
2 changes: 1 addition & 1 deletion docs/models/configurations/access-cm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ACCESS-CM2 (ACCESS Coupled Model 2) is a global fully-coupled climate model that
<a href = "https://www.wcrp-climate.org/wgcm-cmip" target="_blank"> Coupled Model Intercomparison Project, CMIP</a>.
<br>

<img src="../../../assets/model-config-logos/access-cm2-config.png" alt="ACCESS CM model" class="image-background center-img"></img>
<img src="../../../assets/model-config-logos/access-cm2-config.png" alt="ACCESS CM model" class="image-background center-img with-border with-padding"></img>

## ACCESS-CM2 configurations

Expand Down
2 changes: 1 addition & 1 deletion docs/models/configurations/access-esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- {% include "call_contribute.md" %} -->

<img src="../../../assets/model-config-logos/access-esm-config.png" alt="ACCESS CM model" class="image-background center-img"></img>
<img src="../../../assets/model-config-logos/access-esm-config.png" alt="ACCESS CM model" class="image-background center-img with-border with-padding"></img>

ACCESS-ESM stands for ACCESS **E**arth **S**ystem **M**odel. Earth system model means it is a fully-coupled model that includes carbon cycle components.

Expand Down
2 changes: 1 addition & 1 deletion docs/models/configurations/access-om.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- {% include "call_contribute.md" %} -->

<img src="../../../assets/model-config-logos/access-om2-config.png" alt="ACCESS CM model" class="image-background center-img"></img>
<img src="../../../assets/model-config-logos/access-om2-config.png" alt="ACCESS CM model" class="image-background center-img with-border with-padding"></img>

The ACCESS **O**cean **M**odel, ACCESS-OM, is a global coupled ocean and sea ice configuration. It couples the ocean and sea ice components via a coupler. The atmospheric fields that drive the model are provided by a data product, usually derived from reanalysis.

Expand Down

0 comments on commit d22994c

Please sign in to comment.