about summary refs log tree commit diff
path: root/served/words
diff options
context:
space:
mode:
Diffstat (limited to 'served/words')
-rwxr-xr-xserved/words/words.css15
-rwxr-xr-xserved/words/words.html2
2 files changed, 14 insertions, 3 deletions
diff --git a/served/words/words.css b/served/words/words.css
index 7cbff9e..ffc899a 100755
--- a/served/words/words.css
+++ b/served/words/words.css
@@ -7,7 +7,7 @@ div {
 	grid-column: 2 / 3;
 	display: flex;
 	flex-direction: column;
-	row-gap: 1rem;
+	row-gap: 0.5rem;
 }
 
 #written {
@@ -17,7 +17,7 @@ div {
 
 #what-weeknotes {
 	align-self: end;
-	margin-top: -0.75rem;
+	margin: -0.75rem 0 0 0;
 	font-weight: normal;
 }
 
@@ -51,4 +51,15 @@ h2 {
 		display: flex;
 		flex-direction: column;
 	}
+
+	#written {
+		margin-top: 1rem;
+	}
+
+	#what-weeknotes {
+		align-self: normal;
+		/* min to give it the smallest chance not to look super weird
+			on like 100px wide displays. (are those real?) */
+		margin-left: min(50vw, 8rem);
+	}
 }
\ No newline at end of file
diff --git a/served/words/words.html b/served/words/words.html
index 6c35895..1c7694d 100755
--- a/served/words/words.html
+++ b/served/words/words.html
@@ -1,6 +1,6 @@
 ---
 template=post
-title=Writing
+title=I write sometimes?
 style=/styles/post.css
 style=words.css
 ---