about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css index f89c9d4..9f6e4e2 100644 --- a/style.css +++ b/style.css
@@ -32,6 +32,14 @@ main section {
32 max-width: 100ch; 32 max-width: 100ch;
33} 33}
34 34
35section.feed {
36 padding: 4px;
37}
38
39section.feed:target {
40 border: 1px solid;
41}
42
35main aside { 43main aside {
36 flex-grow: 1; 44 flex-grow: 1;
37 text-align: right; 45 text-align: right;