Compare commits

...

2 Commits

Author SHA1 Message Date
sepia 47f43a5775 Fix an ugly half-linebreak in a post 2025-08-02 18:59:29 -05:00
sepia 0c3e19eca7 Fix posts sidebar minimum width 2025-08-02 18:59:02 -05:00
2 changed files with 4 additions and 2 deletions

View File

@ -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.
<br />
<br /><br />
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

View File

@ -27,8 +27,10 @@ a:visited {
aside {
background-color: var(--background-overlay);
max-width: 30%;
width: 30ch;
min-width: 30ch;
padding: var(--line-height) 1ch;
margin: var(--line-height) 1ch;
}
aside:empty {