We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb7a6c commit 1bf1247Copy full SHA for 1bf1247
src/styles/global.css
@@ -22,7 +22,7 @@ main > section {
22
/* Mobile hero text styling - override Tailwind responsive sizing */
23
@media (max-width: 768px) {
24
.hero-title {
25
- font-size: 2.5rem !important;
+ font-size: 2.50rem !important;
26
line-height: 1.2 !important;
27
font-weight: 400 !important;
28
font-family: 'Chivo', sans-serif !important;
@@ -31,6 +31,7 @@ main > section {
31
display: flex !important;
32
align-items: center !important;
33
justify-content: flex-start !important;
34
+ text-align: left !important;
35
padding: 1rem !important;
36
color: #3C4228 !important;
37
}
0 commit comments