Skip to content

Commit 3826fa6

Browse files
committed
scopeを使わないようにする
1 parent fa9818a commit 3826fa6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_includes/top/sections/contact.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<!-- お問合せ -->
2-
<section id="contact" class="">
1+
<section id="contact">
32
<div class="d-flex flex-column align-items-center text-center">
43
<h2 class="header-letter-spacing">お問い合わせ</h2>
54
<p class="fs-4 fw-bold lh-base mb-4">CONTACT</p>

_sass/pages/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@scope(#contact) {
1+
#contact {
22
.header-letter-spacing {
33
letter-spacing: 0.2em;
44
}

0 commit comments

Comments
 (0)