dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit d1a68f66f9fa01260ddbf565860c23a01e76e96f
parent 5ef014f83d4463bb62892223f7e216db34d3bfcb
Author: regexghost <dev@regexghost.com>
Date:   Fri,  7 Aug 2026 16:33:33 +0100

image max-width in style.css template

Diffstat:
Mhelpers/colours/templates/Template-style.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/helpers/colours/templates/Template-style.css b/helpers/colours/templates/Template-style.css @@ -17,6 +17,10 @@ th { padding: 0px 18px 4px 0px; } +img { + max-width: 80%; +} + div.sidebar a { font-size: 25px; text-decoration: none;