Skip to content

Commit 1bf1247

Browse files
committed
modify justification and sizing
1 parent 4eb7a6c commit 1bf1247

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ main > section {
2222
/* Mobile hero text styling - override Tailwind responsive sizing */
2323
@media (max-width: 768px) {
2424
.hero-title {
25-
font-size: 2.5rem !important;
25+
font-size: 2.50rem !important;
2626
line-height: 1.2 !important;
2727
font-weight: 400 !important;
2828
font-family: 'Chivo', sans-serif !important;
@@ -31,6 +31,7 @@ main > section {
3131
display: flex !important;
3232
align-items: center !important;
3333
justify-content: flex-start !important;
34+
text-align: left !important;
3435
padding: 1rem !important;
3536
color: #3C4228 !important;
3637
}

0 commit comments

Comments
 (0)