We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81195c9 commit 5a14f16Copy full SHA for 5a14f16
1 file changed
Mothersday/index.html
@@ -72,7 +72,6 @@
72
}
73
@keyframes scan { 0% { transform: translateY(0); } 100% { transform: translateY(4px); } }
74
75
-/* PURE-GPU CURSOR – no trail, no DOM updates, zero layout shift */
76
.custom-cursor {
77
width: 20px;
78
height: 20px;
@@ -254,6 +253,8 @@
254
253
@media (max-width: 600px) {
255
.cards { grid-template-columns: 1fr; }
256
.hero-title { font-size: 42px; }
+ .hero { min-height: 50vh; padding: 60px 20px 20px; }
257
+ .scroll-indicator { margin-top: -40px; }
258
259
</style>
260
</head>
0 commit comments