Skip to content

Commit d268cf3

Browse files
Update style.css
1 parent 89d987f commit d268cf3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pages/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,4 +764,15 @@ v {
764764
}
765765
.home-name:not(:first-of-type) {
766766
margin-top: 1rem;
767+
}
768+
.home-main02 {
769+
max-width: 400px !important;
770+
}
771+
@media(max-width: 470px) {
772+
.home-main02 {
773+
max-width: 70% !important;
774+
}
775+
}
776+
.home-name:first-of-type {
777+
text-align: center;
767778
}

0 commit comments

Comments
 (0)