diff options
| author | Samuel Johnson <[email protected]> | 2025-12-11 15:09:30 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-11 15:09:30 -0500 |
| commit | 61ba5dcc29a16bb3727209a76ee75fffff037dee (patch) | |
| tree | 4505ebfe8aadeae024e2f36fb948f9e79841a0f1 /static | |
| parent | 154e2a5417bca37cd7474f4e16fd8901844e473f (diff) | |
Add commenting system
Diffstat (limited to 'static')
| -rw-r--r-- | static/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/app.css b/static/app.css index 2ed671f..4e26607 100644 --- a/static/app.css +++ b/static/app.css @@ -22,6 +22,10 @@ pre { word-wrap: inherit; } +.w100 { + width: 100%; +} + .rss { margin-left: 1.5em; } |
