fix card styling
This commit is contained in:
parent
744ac98289
commit
187368f716
3 changed files with 6 additions and 9 deletions
|
|
@ -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
|
||||
// --------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue