changeset 49:080eb027d93d

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 28 Feb 2025 20:27:34 -0700
parents 7628fd0e3560
children 979a9ee73ea4
files src/account.html.luan src/site.css
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/account.html.luan	Fri Feb 28 19:59:27 2025 -0700
+++ b/src/account.html.luan	Fri Feb 28 20:27:34 2025 -0700
@@ -117,9 +117,6 @@
 			}
 		</script>
 		<style>
-			div[content] {
-				width: fit-content;
-			}
 			h1 {
 				text-align: center;
 			}
--- a/src/site.css	Fri Feb 28 19:59:27 2025 -0700
+++ b/src/site.css	Fri Feb 28 20:27:34 2025 -0700
@@ -47,6 +47,7 @@
 	padding-left: 3%;
 	padding-right: 3%;
 	max-width: calc(700px + 6%);
+	width: fit-content;
 	margin-bottom: 2em;
 }