kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit ccd664cb88879ad62551ed405b00603f8f12ba69
parent d8d432d4356475199da75769abf6c5df1a6b0f27
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Sat, 15 Oct 2022 01:32:40 -0300

Added padding-bottom to header-title plus smaller line-height when on mobile

Diffstat:
Mcss/style.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/css/style.css b/css/style.css
@@ -252,6 +252,8 @@ footer {
         font-size: 3em;
         padding-left: .5em;
         padding-right: .5em;
+        line-height: 1.10em;
+        padding-bottom: .10em;
     }
     #index-title {
         padding-top: .5em;