diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 9d62e09..ff4a773 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -3417,7 +3417,7 @@ p:last-child { margin-bottom: 0; } } .footer-brand .logo-text { font-size: 1.5rem; color: #fff; } -.footer-logo-section { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; } +.footer-logo-section { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; } .footer-logo-section .custom-logo-link img, .footer-logo-section .custom-logo { max-height: 60px !important; diff --git a/theme/blocks/index.php b/theme/blocks/index.php index b015298..9a0e676 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -730,7 +730,7 @@ function oribi_render_site_footer() {
Oribi Tech