summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2023-08-30 15:24:26 +0100
committerGitHub <noreply@github.com>2023-08-30 15:24:26 +0100
commit7ec9c08a74399b4802866ce51402fd5acb20071f (patch)
tree9380898be5b79179825911fc67637cf1dd820cc9
parent793d506613771c463a5772d45ff4a5bdb51a8b33 (diff)
downloadwebsite-7ec9c08a74399b4802866ce51402fd5acb20071f.tar.gz
Update index.css
-rw-r--r--assets/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css
index 971615f..69dc5ed 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -24,6 +24,11 @@ h2>a::before {
   content: '> ';
 }
 
+.project {
+  border: 1px solid orange;
+  padding: 1em;
+}
+
 p,
 h1,
 h2,