From 798563a773fe79c2463caa55101504d018fd57bc Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Sun, 14 Mar 2021 00:36:48 -0300 Subject: Use paragraph in footer to improve visualization on terminal --- ~santisoler/blog/software-libre-android.html | 25 ++++++++++++++----------- ~santisoler/index.html | 25 ++++++++++++++----------- ~santisoler/style.css | 5 ++++- 3 files changed, 32 insertions(+), 23 deletions(-) diff --git a/~santisoler/blog/software-libre-android.html b/~santisoler/blog/software-libre-android.html index a76094f..a38231a 100644 --- a/~santisoler/blog/software-libre-android.html +++ b/~santisoler/blog/software-libre-android.html @@ -276,17 +276,20 @@

diff --git a/~santisoler/index.html b/~santisoler/index.html index 62c92c2..37a94ad 100644 --- a/~santisoler/index.html +++ b/~santisoler/index.html @@ -58,17 +58,20 @@ diff --git a/~santisoler/style.css b/~santisoler/style.css index 937e3e5..751e887 100644 --- a/~santisoler/style.css +++ b/~santisoler/style.css @@ -120,6 +120,9 @@ footer { padding-bottom: 20px; margin-top: 100px; text-align: center; - font-size: 10pt; line-height: 1.3em; } + +footer p { + font-size: 10pt; +} -- cgit v1.2.3