fix card styling

This commit is contained in:
John Hess 2024-06-25 18:03:48 -05:00
parent 744ac98289
commit 187368f716
3 changed files with 6 additions and 9 deletions

View file

@ -192,6 +192,10 @@ h1.homepage-title {
padding: 20px;
text-align: center;
}
.card:hover {
cursor: pointer;
text-decoration: none;
}
.card-icon {
width: 60px;
@ -200,13 +204,6 @@ h1.homepage-title {
object-fit: cover;
}
.card-icon-big {
width: 60px; /* Desired width */
height: 60px; /* Desired height */
margin-bottom: 10px;
object-fit: cover;
}
// --------------------------------
// Informational Layout Styles
// --------------------------------