modified: juconnect-strict-theme-v3/juconnect-strict/header.php
modified: juconnect-strict-theme-v3/juconnect-strict/style.css
This commit is contained in:
@@ -19,10 +19,10 @@
|
|||||||
<a class="brand" href="<?php echo esc_url(home_url('/')); ?>" aria-label="Startseite">
|
<a class="brand" href="<?php echo esc_url(home_url('/')); ?>" aria-label="Startseite">
|
||||||
<img
|
<img
|
||||||
class="brand__logo"
|
class="brand__logo"
|
||||||
src="<?php echo esc_url(get_template_directory_uri().'/assets/img/juconnect_icon.svg'); ?>"
|
src="<?php echo esc_url(get_template_directory_uri().'/assets/img/juconnect.svg'); ?>"
|
||||||
data-logo-light="<?php echo esc_url(get_template_directory_uri().'/assets/img/juconnect_icon.svg'); ?>"
|
data-logo-light="<?php echo esc_url(get_template_directory_uri().'/assets/img/juconnect.svg'); ?>"
|
||||||
data-logo-dark="<?php echo esc_url(get_template_directory_uri().'/assets/img/juconnect_icon_light.svg'); ?>"
|
data-logo-dark="<?php echo esc_url(get_template_directory_uri().'/assets/img/juconnect_light.svg'); ?>"
|
||||||
alt="JuConnect Icon" />
|
alt="JuConnect Logo" />
|
||||||
<div class="brand__text">
|
<div class="brand__text">
|
||||||
<div class="brand__name"><?php bloginfo('name'); ?></div>
|
<div class="brand__name"><?php bloginfo('name'); ?></div>
|
||||||
<div class="brand__tagline"><?php bloginfo('description'); ?></div>
|
<div class="brand__tagline"><?php bloginfo('description'); ?></div>
|
||||||
|
|||||||
@@ -188,8 +188,9 @@ a{ color: inherit; }
|
|||||||
align-items:center;
|
align-items:center;
|
||||||
}
|
}
|
||||||
.brand__logo{
|
.brand__logo{
|
||||||
width: 44px; height: 44px;
|
width: clamp(120px, 16vw, 170px);
|
||||||
border-radius: 12px;
|
height: auto;
|
||||||
|
max-height: 44px;
|
||||||
}
|
}
|
||||||
.brand__name{ font-weight: 800; letter-spacing: .2px; }
|
.brand__name{ font-weight: 800; letter-spacing: .2px; }
|
||||||
.brand__tagline{ font-size: var(--fs-s); color: var(--muted); }
|
.brand__tagline{ font-size: var(--fs-s); color: var(--muted); }
|
||||||
|
|||||||
Reference in New Issue
Block a user