Logo entfernt + Link Design angepasst
This commit is contained in:
@@ -64,6 +64,11 @@ a {
|
|||||||
}
|
}
|
||||||
a:hover { color: var(--accent-light); }
|
a:hover { color: var(--accent-light); }
|
||||||
|
|
||||||
|
|
||||||
|
a.no-underline {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Container in der Mitte */
|
/* Container in der Mitte */
|
||||||
.wrapper {
|
.wrapper {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
@@ -71,12 +76,6 @@ a:hover { color: var(--accent-light); }
|
|||||||
padding: var(--gap) calc(var(--gap) / 1.5);
|
padding: var(--gap) calc(var(--gap) / 1.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
|
||||||
max-height: 60px; /* hier die maximale Höhe anpassen */
|
|
||||||
height: auto;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---------- Kopf & Fuß ---------- */
|
/* ---------- Kopf & Fuß ---------- */
|
||||||
header, footer {
|
header, footer {
|
||||||
background: var(--bg-alt);
|
background: var(--bg-alt);
|
||||||
|
Reference in New Issue
Block a user