diff src/site.css @ 8:9534dd5eda89

use avatar
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 24 Oct 2023 19:31:33 -0600
parents 5ae5fbce0d75
children 88f425d261b3
line wrap: on
line diff
--- a/src/site.css	Tue Oct 24 18:59:42 2023 -0600
+++ b/src/site.css	Tue Oct 24 19:31:33 2023 -0600
@@ -18,3 +18,10 @@
 	justify-content: space-between;
 	align-items: center;
 }
+
+div[header] img {
+	width: 50px;
+	height: 50px;
+	object-fit: cover;
+	border-radius: 50%;
+}