Skip to content

Commit

Permalink
Merge branch 'GH-14' into main
Browse files Browse the repository at this point in the history
* GH-14:
  Built ecological values page
  Reduce vertical space between images on Ecological Communities page
  • Loading branch information
amb26 committed Oct 3, 2024
2 parents 8763327 + 9af1be5 commit a261335
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 136 deletions.
9 changes: 9 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,15 @@ p {
margin-inline: 0;
}

.align-start {
align-items: flex-start;
}

.align-start h3 {
margin-block-start: 0;
padding-block-start: 0;
}

@media(max-width: 600px){
.blurb-container{
flex-direction: column;
Expand Down
9 changes: 9 additions & 0 deletions docs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,15 @@ p {
margin-inline: 0;
}

.align-start {
align-items: flex-start;
}

.align-start h3 {
margin-block-start: 0;
padding-block-start: 0;
}

@media(max-width: 600px){
.blurb-container{
flex-direction: column;
Expand Down
Loading

0 comments on commit a261335

Please sign in to comment.