-
-
Notifications
You must be signed in to change notification settings - Fork 0
[DCJ2025-115] デフォルトのレイアウトを作成 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -2,7 +2,6 @@ | |||
|
|||
|
|||
.site-footer { | |||
background: #fff; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- フッターは背景色を持たない方針にする
- 大元のレイアウト(
default.html
など)が背景色を持っているため
@use 'global/tablet'; | ||
@use 'global/mobile'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ファイルを削除したので、読み込みしないようにした
_sass/global/base.scss
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 不要と思われる style を削除
- 2024年以前のページとパーツに適用されていた
87a9436
to
673db71
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
あ、Draftだった |
@Fukusan64 間違えて Draft のままでした失礼🙏 |
概要
default
)の HTML を作成しましたheader
と、footer
についても準備base.scss
,mobile.scss
,tablet.scss
)default
のレイアウトheader.html
)footer.html
)