Skip to content

Commit 5ed378f

Browse files
committed
path
1 parent 25dece6 commit 5ed378f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

assets/css/theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ small, .small {
134134

135135
/* Pages
136136
================================================== */
137+
.hero {
138+
background: #fdd93d;
139+
padding: 5rem 5rem;
140+
}
137141

138142
@media only screen and (max-width: 1024px) {
139143
.page-header.big {

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<!-- Home Intro
88
================================================== -->
99
{% if page.url == "/" %}
10-
<div class="rounded mb-5 hero" style="background: #fdd93d;padding: 5rem 5rem;">
10+
<div class="rounded mb-5 hero">
1111
<div class="row align-items-center justify-content-between">
1212
<div class="col-md-6">
1313
<h1 class="font-weight-bold mb-4 serif-font">Let me teach you how to become successful online</h1>
1414
<p class="lead mb-4">My name is Lyam and I'm here to share with you my knowledge and experience of over 10 years of monetizing my blog.</p>
1515
<a href="{{site.baseurl}}/about" class="btn btn-dark text-white px-5 btn-lg">About me</a>
1616
</div>
1717
<div class="col-md-6 text-right pl-0 pl-lg-4">
18-
<img class="intro" height="500" src="{{site.baseurl}}/assets/img/intro.svg">
18+
<img class="intro" height="500" src="{{site.baseurl}}/assets/images/intro.svg">
1919
</div>
2020
</div>
2121
</div>

0 commit comments

Comments
 (0)