diff options
author | Frederick Muriuki Muriithi | 2025-02-11 15:46:28 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-11 15:46:28 -0600 |
commit | 0ebf6926db0c69e4c444a6f95907e0971ae9bf40 (patch) | |
tree | 8281ab901c86d6867a9de916c4b8944c3f22acd9 /web | |
parent | b7e3f72ff2144bcf39e59c2b37404b0de6ca3514 (diff) | |
download | gn-guile-0ebf6926db0c69e4c444a6f95907e0971ae9bf40.tar.gz |
Improve styling for images.
Diffstat (limited to 'web')
-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 afeb0a5..38893c6 100644 --- a/web/css/gn-template-style.css +++ b/web/css/gn-template-style.css @@ -35,5 +35,5 @@ body { } #main img { - max-width: 900px; + max-width: 650px; } |