From dd5c275294349b00eb57bfb2fb2d265b490e19b7 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Mon, 25 Jan 2021 11:02:02 +0100 Subject: [PATCH] Style licence text to the right and smaller --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 1d21275..92c0412 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -51,7 +51,9 @@ ul.dropdown-menu > li.active > a { } .licence { - text-align: center; + text-align: right; + font-style: italic; + font-size: 75%; } footer#main-footer { -- GitLab