Skip to content

Commit 2946516

Browse files
committed
Fix indentation in .hero-card CSS class
Corrected the indentation of the .hero-card class properties in index.css for improved readability and consistency.
1 parent c4dfcfa commit 2946516

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

assets/css/index.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
}
2020

2121
.hero-card {
22-
background: rgba(255, 255, 255, 0.95);
23-
backdrop-filter: blur(20px);
24-
border-radius: 25px;
25-
padding: 30px 35px 5px 35px;
26-
box-shadow:
27-
0 25px 80px rgba(0,0,0,0.15),
28-
0 0 40px rgba(255, 206, 2, 0.2),
29-
inset 0 1px 1px rgba(255, 255, 255, 0.9);
30-
border: 1px solid rgba(255, 206, 2, 0.3);
31-
background-image: url('../mojang/img/bg-wool-white.png');
22+
background: rgba(255, 255, 255, 0.95);
23+
backdrop-filter: blur(20px);
24+
border-radius: 25px;
25+
padding: 30px 35px 5px 35px;
26+
box-shadow:
27+
0 25px 80px rgba(0,0,0,0.15),
28+
0 0 40px rgba(255, 206, 2, 0.2),
29+
inset 0 1px 1px rgba(255, 255, 255, 0.9);
30+
border: 1px solid rgba(255, 206, 2, 0.3);
31+
background-image: url('../mojang/img/bg-wool-white.png');
3232
background-size: cover;
3333
background-position: center;
3434
background-repeat: no-repeat;

0 commit comments

Comments
 (0)