Skip to content

Commit 0cc83a8

Browse files
Anil KommareddiCopilot
andcommitted
Fix: match original hero font sizes (title 40px, body 25px)
Original revslider used s:40 for titles and s:25 for body text. Also updated mobile breakpoint sizes proportionally. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ac34c7f commit 0cc83a8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ <h2 class="ore-slide-title">ORE is Always Evolving</h2>
281281
position:relative; z-index:2; max-width:820px; margin-left:120px;
282282
color:#fff; font-family:'Open Sans',sans-serif; padding:20px 20px 20px 0;
283283
}
284-
.ore-slide-title { font-size:38px; font-weight:300; line-height:1.15; margin:0 0 14px; color:#fff !important; }
285-
.ore-slide-body { font-size:18px; font-weight:300; line-height:1.6; margin:0 0 28px; color:#fff !important; }
284+
.ore-slide-title { font-size:40px; font-weight:300; line-height:1.15; margin:0 0 14px; color:#fff !important; }
285+
.ore-slide-body { font-size:25px; font-weight:300; line-height:1.6; margin:0 0 28px; color:#fff !important; }
286286
.ore-slide-btn {
287287
display:inline-block; background:rgba(0,110,165,0.80); color:#fff !important;
288288
padding:12px 32px; border-radius:30px; font-family:'Roboto',sans-serif;
@@ -293,8 +293,8 @@ <h2 class="ore-slide-title">ORE is Always Evolving</h2>
293293
.swiper-pagination-bullet-active { background:#fff; }
294294
@media(max-width:768px){
295295
.ore-slide-content { margin-left:20px; margin-right:20px; }
296-
.ore-slide-title { font-size:24px; }
297-
.ore-slide-body { font-size:15px; }
296+
.ore-slide-title { font-size:28px; }
297+
.ore-slide-body { font-size:18px; }
298298
}
299299
</style>
300300
<script>

0 commit comments

Comments
 (0)