From 5267494a87f2219848fb6f073a3c73be926e6995 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 2 Jul 2021 23:56:19 +0200 Subject: [PATCH] css: add centered-flex-column class Signed-off-by: Thomas Lamprecht --- src/css/ext6-pmx.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/css/ext6-pmx.css b/src/css/ext6-pmx.css index 2f646da..ff03573 100644 --- a/src/css/ext6-pmx.css +++ b/src/css/ext6-pmx.css @@ -161,6 +161,15 @@ div.right-aligned { color: #333; } +/* some general helper classes */ +.centered-flex-column { + display: flex; + justify-content: center; + flex-direction: column; + width: 100%; + height: 100%; +} + /* rules for the markdown content, prefix with the .pmx-md class */ .pmx-md { font-size: 1.0em; -- 2.39.2