Style edits per Gratas's feedback

This commit is contained in:
mDuo13
2020-09-15 16:10:12 -07:00
parent eaa0062188
commit 289a959fbe
10 changed files with 37 additions and 39 deletions

View File

@@ -29,7 +29,7 @@ section {
box-sizing: border-box;
justify-content: center;
align-items: center;
border-radius: 8px;
border-radius: $border-radius-lg;
&::before {
content: '';
@@ -50,7 +50,6 @@ section {
}
}
// Card Grid styles ------------------------------------------------------------
.card-grid {