Skip to content

Commit

Permalink
Remove min-height.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Sep 21, 2024
1 parent f079f61 commit 8f6de42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@

.format-grid .thegrid .grid-image-container {
height: 140px;
min-height: 140px;
}

.format-grid .thegrid .grid-image {
Expand Down
1 change: 0 additions & 1 deletion templates/coursestyles.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
/* -- Grid -- */
.format-grid .thegrid .grid-image-container {
height: {{height}}px;
min-height: {{height}}px;
}
.format-grid .thegrid .grid-section {
Expand Down

0 comments on commit 8f6de42

Please sign in to comment.