diff --git a/src/inc_css/blog.css b/src/inc_css/blog.css new file mode 100644 index 0000000..fba2ce1 --- /dev/null +++ b/src/inc_css/blog.css @@ -0,0 +1,4 @@ +.blog.page h1 { + padding-top: 10%; + font-size: 3em; +} diff --git a/src/root/blog.html b/src/root/blog.html index 7ca6fe3..39f7d9d 100644 --- a/src/root/blog.html +++ b/src/root/blog.html @@ -15,6 +15,10 @@ #include socials.html +