diff options
author | Frederick Muriuki Muriithi | 2025-02-11 15:11:24 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-11 15:11:24 -0600 |
commit | b7e3f72ff2144bcf39e59c2b37404b0de6ca3514 (patch) | |
tree | babc2495ae7a789b451659d266cb6b17496448bd /web/css | |
parent | e59b2ec7a6a9fd6a973001e1413dbeab07510af4 (diff) | |
download | gn-guile-b7e3f72ff2144bcf39e59c2b37404b0de6ca3514.tar.gz |
Improve styling for text.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/gn-template-style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/css/gn-template-style.css b/web/css/gn-template-style.css index bdb7dd8..afeb0a5 100644 --- a/web/css/gn-template-style.css +++ b/web/css/gn-template-style.css @@ -31,7 +31,7 @@ body { grid-column-start: 1; grid-column-end: 2; - max-width: 900px; + max-width: 650px; } #main img { |