Remove rule

This commit is contained in:
Ian Keane 2026-08-26 13:55:11 -04:00
parent 30859c5e84
commit e4a124dfe0

View file

@ -68,7 +68,6 @@ a { color: var(--accent); text-decoration: none; }
.columns {
column-width: 22em;
column-gap: 2em;
column-rule: 1px solid var(--border);
column-fill: balance;
}