Skip to content

Commit

Permalink
fix landing page overlap bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
ColumbiaValleyWebDesigns committed Apr 13, 2024
1 parent d3f12dc commit 70c86fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
}
#service-cards .cs-flex-group {
padding-top: 0;
height: auto;
}
#service-cards .cs-desc {
margin: 0.25rem 0;
Expand Down
1 change: 1 addition & 0 deletions src/css/local.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

.cs-flex-group {
padding-top: 0;
height: auto;
}

.cs-desc {
Expand Down

0 comments on commit 70c86fa

Please sign in to comment.