Skip to content

Commit 3e7908b

Browse files
updated with bigger box
1 parent e022543 commit 3e7908b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@
77
.lecture-grid {
88
display: grid;
99
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
10-
gap: 20px;
10+
gap: 40px;
1111
margin-top: 24px;
1212
}
1313
.lecture-card {
1414
background: #fff;
15-
border: 1px solid #ddd;
15+
border: 3px solid #ddd;
1616
border-radius: 12px;
17-
padding: 20px;
17+
padding: 30px;
1818
text-align: center;
19+
font-size: 1.5rem;
1920
transition: all 0.2s ease;
2021
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
2122
}
2223
.lecture-card:hover {
2324
border-color: #0b74ff;
24-
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
25+
box-shadow: 0 12px 12px rgba(0,0,0,0.3);
2526
transform: translateY(-3px);
2627
}
2728
.lecture-card a {

0 commit comments

Comments
 (0)