commit b916d1be66094539ec8e74e2ec6026ef6239eb94 parent 0bbb2c134bc560075238262a1021d833668a9b9a Author: mjkloeckner <martinjkloeckner@gmail.com> Date: Mon, 26 Feb 2024 00:10:49 -0300 Decrease header font size Diffstat:
| M | css/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css @@ -80,7 +80,7 @@ header { #header_title { margin-bottom: .150em; - font-size: 2.25em; + font-size: 2em; width: 100%; }
