aboutsummaryrefslogtreecommitdiff
path: root/con
diff options
context:
space:
mode:
authorhitlerrip <git@hitler.rip>2025-07-29 18:07:33 +0200
committerhitlerrip <git@hitler.rip>2025-07-29 18:07:33 +0200
commit08987f703393a9648816e03c9361f60b6cf6da3d (patch)
tree5690537e042d3947a1e4e91b1aa4963e9e2a3eb8 /con
parent2a51b9df1e2f56cb885f1db731cfa70dd05da528 (diff)
downloadwebsite-08987f703393a9648816e03c9361f60b6cf6da3d.tar.gz
website-08987f703393a9648816e03c9361f60b6cf6da3d.tar.bz2
website-08987f703393a9648816e03c9361f60b6cf6da3d.zip
small style changes
added a margin to the "latest post" section
Diffstat (limited to 'con')
-rw-r--r--con/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/con/style.css b/con/style.css
index d417ce8..13fb6af 100644
--- a/con/style.css
+++ b/con/style.css
@@ -218,3 +218,7 @@ article {
article p {
text-align: center;
}
+
+.latest-post {
+ margin: 50px 0 50px 0;
+}