From 43c50a0d0f5366848fb9dba78266e76d39f156a0 Mon Sep 17 00:00:00 2001 From: Per Starke Date: Mon, 6 Nov 2023 22:57:55 +0100 Subject: [PATCH] update footer --- _layouts/default.html | 21 +++++++------ assets/css/arc42-doc.css | 30 +++++++++++++++++++ images/supported-by-innoq--petrol-apricot.svg | 1 + 3 files changed, 43 insertions(+), 9 deletions(-) create mode 100644 images/supported-by-innoq--petrol-apricot.svg diff --git a/_layouts/default.html b/_layouts/default.html index 3b8ab60..1cfa120 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -87,17 +87,20 @@

diff --git a/assets/css/arc42-doc.css b/assets/css/arc42-doc.css index 1b9e1cb..aefb55d 100644 --- a/assets/css/arc42-doc.css +++ b/assets/css/arc42-doc.css @@ -95,3 +95,33 @@ a.headerlink { .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