mirror of
https://github.com/LukeHagar/jims-blog.git
synced 2025-12-06 04:20:07 +00:00
Adjusted CSS to account for uneven project tiles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user