From 2e76013b46747f944a3b6d6f8d1aea74764a8bdf Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Wed, 13 Dec 2023 15:50:34 +0100 Subject: [PATCH] Updated style.css --- docs/source/_static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/_static/style.css b/docs/source/_static/style.css index dbacd55..44d3d95 100644 --- a/docs/source/_static/style.css +++ b/docs/source/_static/style.css @@ -3,6 +3,15 @@ --main-bg-color: #343A40; } +.justify { + text-align: justify; +} + +.center { + text-align: center; +} + + /* Header fonts y */ h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend, p.caption { font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;