Skip to content

Commit f6147fc

Browse files
committed
スタイルいじった
1 parent bad3fb8 commit f6147fc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
とりあえず Markdown で書けるブログを作った
1+
とりあえず Markdown で書けるブログを作った。
2+
23
ほぼゼロ知識で勉強という感じなので、ほとんどこの記事( https://blog.zenpachi.dev/posts/nextjs-blog/ ) の写経です :pray:
3-
一部そのままでは動かなかったので変更しています
4+
5+
一部そのままでは動かなかったので変更していたり、カスタマイズをしています。

public/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ h1 {
66
}
77

88
h2 {
9+
margin: 20px 0 10px;
10+
padding: 0 0 2px;
11+
border-bottom: solid 1px #ccc;
912
font-size: large;
1013
}
1114

0 commit comments

Comments
 (0)