Skip to content

Commit 5a14f16

Browse files
authored
Refactor CSS for responsive design adjustments
1 parent 81195c9 commit 5a14f16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mothersday/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
}
7373
@keyframes scan { 0% { transform: translateY(0); } 100% { transform: translateY(4px); } }
7474

75-
/* PURE-GPU CURSOR – no trail, no DOM updates, zero layout shift */
7675
.custom-cursor {
7776
width: 20px;
7877
height: 20px;
@@ -254,6 +253,8 @@
254253
@media (max-width: 600px) {
255254
.cards { grid-template-columns: 1fr; }
256255
.hero-title { font-size: 42px; }
256+
.hero { min-height: 50vh; padding: 60px 20px 20px; }
257+
.scroll-indicator { margin-top: -40px; }
257258
}
258259
</style>
259260
</head>

0 commit comments

Comments
 (0)