Skip to content

Commit f0e61ed

Browse files
Adding hide class and installing npm packages
1 parent 84993b3 commit f0e61ed

File tree

10 files changed

+3193
-83
lines changed

10 files changed

+3193
-83
lines changed

css/style.comp.css

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ body {
165165
.u-margin-top-huge {
166166
margin-top: 10rem !important; }
167167

168+
.hide {
169+
display: none; }
170+
168171
.bg-video {
169172
position: absolute;
170173
top: 0;

css/style.concat.css

100755100644
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,9 @@ body {
611611
.u-margin-top-huge {
612612
margin-top: 10rem !important; }
613613
614+
.hide {
615+
display: none; }
616+
614617
.bg-video {
615618
position: absolute;
616619
top: 0;
@@ -899,7 +902,7 @@ body {
899902
color: inherit;
900903
padding: 1.5rem 2rem;
901904
border-radius: 2px;
902-
background-color: rbga(#fff, 0.5);
905+
background-color: rgba(255, 255, 255, 0.5);
903906
border: none;
904907
border-bottom: 3px solid transparent;
905908
width: 90%;
@@ -1204,7 +1207,7 @@ body {
12041207
width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem); }
12051208

12061209
.header {
1207-
height: 85vh;
1210+
height: 55vh;
12081211
background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url(../img/hero-small.jpg);
12091212
background-size: cover;
12101213
background-position: top;

css/style.css

100755100644
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.prefix.css

100755100644
Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 class="heading-secondary">
140140
</div>
141141
</div>
142142
</section>
143-
<section id="storySection" class="section-stories">
143+
<section id="storySection" class="section-stories hide">
144144
<div class="bg-video">
145145
<video class="bg-video__content" autoplay muted loop>
146146
<source src="img/video.mp4" type="video/mp4" />

0 commit comments

Comments
 (0)