Skip to content

Commit

Permalink
💄 (#416): Adjusted the padding of the config cards
Browse files Browse the repository at this point in the history
to avoid too much space between them.
  • Loading branch information
KAUR1984 committed Jul 12, 2023
1 parent a182b18 commit 0aaa0e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
20 changes: 3 additions & 17 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,20 +398,6 @@ h3 {
object-fit: cover;
}

/* ===============================================================
Model configuration images
*/
/* .portrait-img {
height: 30em !important;
border-radius: 0.6em;
} */

/* .center-img {
display: block;
margin-left: auto;
margin-right: auto;
} */

/* ===============================================================
Cards for ACCESS-Hive navigation, model components and model tabs
*/
Expand Down Expand Up @@ -475,7 +461,7 @@ h3 {
.rectangular-card {
flex-direction: row;
width: 100%;
height: 10em;
height: 8em;
overflow: hidden;
}

Expand All @@ -495,12 +481,12 @@ h3 {
width: 65%;
display: flex;
flex-direction: column;
justify-content: space-around;
justify-content: space-evenly;
align-items: center;
}

.configuration-card {
height: 15em;
height: 13em;
}

.card-container:has(.component-card) {
Expand Down
4 changes: 2 additions & 2 deletions docs/models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ software called **couplers** to form different Model Configurations.
<div class="rectangular-card-text">
<span class="bold" >ACCESS-ESM</span>
<span>
ACCESS Earth System Model (ESM) simulates the carbon and other bio-chemical cycles within the climate system, by deploying the atmosphere, ocean, and sea-ice components. ACCESS-ESM is one of the two ACCESS global coupled model versions.
ACCESS Earth System Model (ESM) simulates the carbon and other bio-chemical cycles within the climate system, by deploying the atmosphere, ocean, and sea-ice components. It is one of the two ACCESS global coupled model versions.
</span>
</div>
</a>
Expand All @@ -97,7 +97,7 @@ software called **couplers** to form different Model Configurations.
<div class="rectangular-card-text">
<span class="bold" >ACCESS-OM</span>
<span>
ACCESS Ocean Model (OM) deploys the ocean and sea-ice components to provide the Australian climate community with ocean weather and climate data, including seasonal forecasting, climate variability, downscaling of climate in the marine environment around Australia, and ocean biogeochemistry.
ACCESS Ocean Model (OM) deploys the ocean and sea-ice components to provide the Australian climate community with ocean weather and climate data, including seasonal forecasting, climate variability, and ocean biogeochemistry.
</span>
</div>
</a>
Expand Down

0 comments on commit 0aaa0e5

Please sign in to comment.