Skip to content

Commit 82113fe

Browse files
committed
Update index.html
1 parent 2ee7010 commit 82113fe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,10 @@
212212
@media (max-width: 480px) {
213213
h1 { font-size: 32px; }
214214
p { font-size: 16px; }
215-
.container { padding: 32px 20px; }
215+
.container {
216+
padding: 32px 20px;
217+
transform: translateY(-40px);
218+
}
216219
}
217220
</style>
218221
</head>

0 commit comments

Comments
 (0)