joeroe / risotto

A minimalist, responsive hugo theme inspired by terminal ricing aesthetics.
https://risotto.joeroe.io
MIT License
393 stars 109 forks source link

Is there a way to make the logo bigger? #43

Closed Jesse-Millwood closed 1 year ago

Jesse-Millwood commented 1 year ago

It seems like the logo that is specified in the config.toml under params.about is very small but on the https://sslarch.github.io/ site the logo is quite a bit bigger.

Jesse-Millwood commented 1 year ago

Figured it out by copying the themes static/css/about.css to my top level static/css/about.css and changing the height property to something like 10em and adding a display: block; to the the .about_logo block I was able to enlarge my logo and have it on its own line.