Adjusted CSS to account for uneven project tiles

This commit is contained in:
Luke Hagar
2023-10-27 10:15:19 -05:00
parent 3d6c32bc75
commit d10ffa3ac4

View File

@@ -18,7 +18,7 @@
#projects .card {
background-color: var(--secondary-color) !important;
box-shadow: 0px 8px 56px rgb(15 80 100 / 16%);
min-height: 400px;
min-height: 405px;
overflow: hidden;
border-radius: 1rem;
border: none !important;
@@ -39,6 +39,10 @@
border: none !important;
}
#projects .card-body {
min-height: 129px;
}
#projects .card .card-footer {
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;