Skip to content

Commit 1b7d5bb

Browse files
committed
Fix the css selector for hero section
1 parent 6b00238 commit 1b7d5bb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/assets/stylesheets/landing_page.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
}
1919
}
2020
}
21+
22+
.hero-subcontainer {
23+
height:60vh;
24+
min-height: 500px
25+
}
2126
}
2227

2328
.container-fluid {
@@ -49,8 +54,3 @@
4954
width: 300px;
5055
}
5156
}
52-
53-
#get-in-touch {
54-
height:60vh;
55-
min-height: 500px
56-
}

app/views/static/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</nav>
3737
</div>
3838

39-
<div class="container-fluid px-4 text-white" id="get-in-touch">
39+
<div class="hero-subcontainer container-fluid px-4 text-white">
4040
<div class="row h-100 align-items-center">
4141
<div class="col-12 col-lg-7">
4242
<div class="d-flex flex-column align-items-center align-items-lg-start text-center">

0 commit comments

Comments
 (0)