aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/style.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-25 15:35:11 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-26 19:40:48 +0800
commitdcc56f5b1d7cc53effa533ade9932dc916e7a7e9 (patch)
tree998e12f379673819c9c4b1db9629e8c5036083f5 /src/css/style.css
parent3f4f3b63574726ea98861cfea0dd830bedbfb0ac (diff)
chore: style lint
Diffstat (limited to 'src/css/style.css')
-rw-r--r--src/css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/css/style.css b/src/css/style.css
index 9f15574..14a2e96 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -49,9 +49,11 @@ h3 {
49p { 49p {
50 margin-top: 1em; 50 margin-top: 1em;
51 margin-bottom: 1em; 51 margin-bottom: 1em;
52
52 &:first-child { 53 &:first-child {
53 margin-top: 0; 54 margin-top: 0;
54 } 55 }
56
55 &:last-child { 57 &:last-child {
56 margin-bottom: 0; 58 margin-bottom: 0;
57 } 59 }