Skip to content

Commit 25e939e

Browse files
Remove commented css + replaced div with section (#16)
1 parent b073650 commit 25e939e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_layouts/home.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
---
4-
<div class="dn db-ns">
4+
<section class="dn db-ns">
55
<div class="flex flex-column justify-center center pv5 karla bg-secondary">
66
<div class="flex flex-column justify-center center">
77

@@ -23,7 +23,7 @@ <h2 class="f3 f2-m f2-l fw5 dark-gray mb2">
2323
</div>
2424
</div>
2525
</div>
26-
</div>
26+
</section>
2727

2828
<div class="db dn-ns">
2929
<article class="h6-l bt b--black-10 dark-gray lh-copy-ns ph2 ph5-m pv4 pv5-ns karla bg-secondary">

_sass/extra.scss

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
}
1212

1313
.bg-primary {
14-
// background-image: linear-gradient(-180deg,#F2F5F8 0,#FAFBFC 99%);
1514
background-color: #fff;
1615
}
1716

0 commit comments

Comments
 (0)