Fix hero text overlap under bottom circle, reduce mobile menu font to 1.1rem
- Add margin-bottom: 0 on circle-3 at 768px and 480px breakpoints - Reduce mobile nav font from 1.4rem to 1.1rem Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
181d3347f2
commit
d778a7e5f2
2 changed files with 9 additions and 1 deletions
|
|
@ -278,7 +278,7 @@
|
|||
}
|
||||
|
||||
.mobile-nav-item a {
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
|
|
@ -377,6 +377,10 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.circle-3 {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.hero-title {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
|
@ -428,6 +432,10 @@
|
|||
height: 14px;
|
||||
}
|
||||
|
||||
.circle-3 {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.hero-title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue