diff --git a/data/posts/things_ai_agents_should_be_able_to_do.html b/data/posts/things_ai_agents_should_be_able_to_do.html
index 349f372..0cf85f8 100644
--- a/data/posts/things_ai_agents_should_be_able_to_do.html
+++ b/data/posts/things_ai_agents_should_be_able_to_do.html
@@ -24,7 +24,7 @@
effect would be exacerbated if you fed an agent a firehose of information
from your camera-glasses, which is exactly how much information your own
monkey brain is intaking.
-
+
Human memory should be used as a model: when information is repeated, we
remember it more strongly, and if it's not, we forget. Additionally, humans
spend time "alone with our thoughts" reflecting on our memories and creating
diff --git a/data/style/style.css b/data/style/style.css
index 36d79a3..a7264c6 100644
--- a/data/style/style.css
+++ b/data/style/style.css
@@ -27,10 +27,8 @@ a:visited {
aside {
background-color: var(--background-overlay);
- width: 30ch;
- min-width: 30ch;
+ max-width: 30%;
padding: var(--line-height) 1ch;
- margin: var(--line-height) 1ch;
}
aside:empty {