summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-25 15:29:33 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-25 15:29:33 +0800
commit5066fbedd5b92797ceca9f6841785ee03b362a57 (patch)
tree62476f0ea942c370c764c6180c7c31c97f049322 /assets/css
parent6d80c9b4be3cc4ace918f0546e1238a680116042 (diff)
downloadwww-5066fbedd5b92797ceca9f6841785ee03b362a57.tar.gz
Add post layout.
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/skeleton.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/skeleton.css b/assets/css/skeleton.css
index 8f05a22..e9cb181 100644
--- a/assets/css/skeleton.css
+++ b/assets/css/skeleton.css
@@ -129,7 +129,7 @@ body {
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
- margin-bottom: 2rem;
+ margin-bottom: 1rem;
font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
@@ -141,7 +141,7 @@ h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
/* Larger than phablet */
@media (min-width: 550px) {
h1 { font-size: 5.0rem; }
- h2 { font-size: 4.2rem; }
+ h2 { font-size: 2.6rem; }
h3 { font-size: 3.6rem; }
h4 { font-size: 3.0rem; }
h5 { font-size: 2.4rem; }