diary-website

Website for diary
git clone https://git.in0rdr.ch/diary-website.git
Log | Files | Refs | README | LICENSE

commit 41130583bb84ee39f6686be5a63c9dd86b2d25a4
parent 0cc9ae4bc671ad8b85fa707ec30539d9c39aaebf
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon, 26 Jul 2021 00:46:56 +0200

vert align

Diffstat:
Massets/scss/base/_typography.scss | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/scss/base/_typography.scss b/assets/scss/base/_typography.scss @@ -47,6 +47,7 @@ p { font-size: rem(22); font-weight: 300; display: table-cell; + vertical-align: middle; } } @@ -143,4 +144,4 @@ dl { ol { @extend %default-ul; list-style-type: decimal; -} -\ No newline at end of file +}