From 6b4f2d6f1d6ff5e626473dab8b3ec7de0aa8e192 Mon Sep 17 00:00:00 2001 From: Ash Date: Fri, 8 Mar 2024 14:21:10 +0000 Subject: [PATCH] Dev (#25) * added contact page and updated links Signed-off-by: Ash Entwisle * Feature/blog (#22) * updated blogpost component Signed-off-by: Ash Entwisle * added first post and template post Signed-off-by: Ash Entwisle * updated styles Signed-off-by: Ash Entwisle * tweaked stuff Signed-off-by: Ash Entwisle * added custom header components Signed-off-by: Ash Entwisle * updated scss Signed-off-by: Ash Entwisle * added placeholder for future reference Signed-off-by: Ash Entwisle * tweaked around styles a bit :3 Signed-off-by: Ash Entwisle * added basic search to blogposts Signed-off-by: Ash Entwisle * added pdading to md Signed-off-by: Ash Entwisle * fixed css issue Signed-off-by: Ash Entwisle * tweaked css to make links more visible for blogposts Signed-off-by: Ash Entwisle --------- Signed-off-by: Ash Entwisle * updated footer Signed-off-by: Ash Entwisle * added ability to view draft sites Signed-off-by: Ash Entwisle * changed 501 to 404 Signed-off-by: Ash Entwisle * added paddign to md Signed-off-by: Ash Entwisle --------- Signed-off-by: Ash Entwisle --- src/styles/base.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/base.scss b/src/styles/base.scss index 8bb8be8..8a08cf3 100644 --- a/src/styles/base.scss +++ b/src/styles/base.scss @@ -142,4 +142,9 @@ blockquote { padding-left: 10px; margin-left: 5px; +} + +markdown { + padding-top: 50px; + padding-bottom: 50px; } \ No newline at end of file