Skip to content

Commit 79b30f7

Browse files
authored
Update style.css
1 parent c286bfc commit 79b30f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,12 @@ footer .maker a {
289289
object-fit: contain;
290290
}
291291

292+
.msg {
293+
width: 450px;
294+
display: block;
295+
margin: 0 auto;
296+
}
297+
292298
@media (max-width: 768px) {
293299
#hero h1 {
294300
font-size: 1.7rem;
@@ -350,4 +356,8 @@ footer .maker a {
350356
footer {
351357
font-size: 0.8rem;
352358
}
359+
360+
.msg {
361+
width: 270px;
362+
}
353363
}

0 commit comments

Comments
 (0)