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