From 7f885c204053e2eb1540ad2ab7a3d6058c8803e4 Mon Sep 17 00:00:00 2001 From: Per Starke Date: Mon, 6 Nov 2023 23:08:17 +0100 Subject: [PATCH] update footer --- _layouts/default.html | 13 ++++---- assets/css/arc42-doc.css | 31 +++++++++++++++++++ images/supported-by-innoq--petrol-apricot.svg | 1 + 3 files changed, 38 insertions(+), 7 deletions(-) create mode 100644 images/supported-by-innoq--petrol-apricot.svg diff --git a/_layouts/default.html b/_layouts/default.html index a0db508..3d50a00 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -89,17 +89,16 @@

diff --git a/assets/css/arc42-doc.css b/assets/css/arc42-doc.css index d826cc2..5d65cb0 100644 --- a/assets/css/arc42-doc.css +++ b/assets/css/arc42-doc.css @@ -111,3 +111,34 @@ p { .subtle-ad a { color: ff796a; } + + + + + + +.supported-by-innoq { + margin-bottom: 13px; + width: 110px; +} + +.supported-by-innoq:hover { + opacity: 0.8; +} + + +@media (max-width: 900px) { + .supported-by-innoq { + width: 100px; + } +} + +@media (max-width: 600px) { + .supported-by-innoq { + width: 90px; + } +} + +p.footer-icons { + margin-bottom: 8px; +} \ No newline at end of file diff --git a/images/supported-by-innoq--petrol-apricot.svg b/images/supported-by-innoq--petrol-apricot.svg new file mode 100644 index 0000000..270e25c --- /dev/null +++ b/images/supported-by-innoq--petrol-apricot.svg @@ -0,0 +1 @@ + \ No newline at end of file