From 2e06ded52d5e829d9367ca566e4507ccdc8526e1 Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 19 May 2021 12:23:03 +0200 Subject: [PATCH] size logo mobile --- user/themes/epau-antimatter/css-compiled/template.css | 5 ++++- user/themes/epau-antimatter/scss/template/_custom.scss | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index 13c4bb9..9e8a8a5 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -866,7 +866,10 @@ ul.pagination { padding-right: 0rem !important; } #header #logo { position: absolute; - left: -1rem; } } + left: -1rem; } + #logo img { + height: 3rem; + margin-left: 1rem; } } @media (max-width: 1024px) { .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer { diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index 1a39eac..6f2d9cb 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -110,7 +110,10 @@ position: absolute; left: -1rem; } - + #logo img { + height: 3rem; + margin-left: 1rem; + } } @media (max-width: 1024px) {