about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2024-03-18 10:11:17 -0500
committerCase Duckworth2024-03-18 10:11:17 -0500
commit8c77207d8672408afb32bee5a97c0b93b8033b03 (patch)
treeca5f4f64b967b8ad0709735decc7aebfdcc6c1b0 /style.css
parentAdd COPYING (diff)
downloadschwa-8c77207d8672408afb32bee5a97c0b93b8033b03.tar.gz
schwa-8c77207d8672408afb32bee5a97c0b93b8033b03.zip
Update README
Still need to finish ... whatever
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css index b73b2dc..bbbc604 100644 --- a/style.css +++ b/style.css
@@ -77,3 +77,7 @@ nav li {
77 text-align: right; 77 text-align: right;
78 margin: 0; 78 margin: 0;
79} 79}
80
81#readme {
82 max-width: 45em;
83}