Spaces:
Running
Running
Promote version 551ebcd to main
Browse filesPromoted commit 551ebcdf325ddf0e2344b82a71f90a5d27eee3ba to main branch
style.css
CHANGED
|
@@ -2,13 +2,12 @@
|
|
| 2 |
/* Resource Cards */
|
| 3 |
.resource-card {
|
| 4 |
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
| 5 |
-
height:
|
| 6 |
display: flex;
|
| 7 |
flex-direction: column;
|
| 8 |
position: relative;
|
| 9 |
-
max-width: 320px; /* Fixed width for better grid alignment */
|
| 10 |
-
margin: 0 auto; /* Center the cards */
|
| 11 |
}
|
|
|
|
| 12 |
.resource-card:hover {
|
| 13 |
transform: translateY(-8px);
|
| 14 |
box-shadow: 0 20px 40px -10px rgba(0, 32, 96, 0.2);
|
|
@@ -56,8 +55,9 @@
|
|
| 56 |
flex-direction: column;
|
| 57 |
flex-grow: 1;
|
| 58 |
}
|
|
|
|
| 59 |
.resource-card .relative {
|
| 60 |
-
height:
|
| 61 |
width: 100%;
|
| 62 |
}
|
| 63 |
.resource-card h4 {
|
|
|
|
| 2 |
/* Resource Cards */
|
| 3 |
.resource-card {
|
| 4 |
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
| 5 |
+
height: 100%;
|
| 6 |
display: flex;
|
| 7 |
flex-direction: column;
|
| 8 |
position: relative;
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
+
|
| 11 |
.resource-card:hover {
|
| 12 |
transform: translateY(-8px);
|
| 13 |
box-shadow: 0 20px 40px -10px rgba(0, 32, 96, 0.2);
|
|
|
|
| 55 |
flex-direction: column;
|
| 56 |
flex-grow: 1;
|
| 57 |
}
|
| 58 |
+
|
| 59 |
.resource-card .relative {
|
| 60 |
+
height: 100%;
|
| 61 |
width: 100%;
|
| 62 |
}
|
| 63 |
.resource-card h4 {
|