all repos — nimhttpd @ 626d7fa76f9fa9fe9ac8362318d188a120d920b3

A useful static file web server.

CSS Improvements.
h3rald h3rald@h3rald.com
Thu, 22 Apr 2021 20:31:32 +0000
commit

626d7fa76f9fa9fe9ac8362318d188a120d920b3

parent

33f3da2076272ffd2e6f9ee52fb4bbf5ee23dfdc

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M src/style.csssrc/style.css

@@ -119,7 +119,10 @@ }

h1 { text-align: center; border-bottom: 1px solid #dddddd; - font-size: 2em; + font-size: 1.5rem; +} +h2 { + font-size: 1.2rem; } a, a:visited {