Header: only h1 text, centered, no brand text
This commit is contained in:
+2
-6
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 24px 0;
|
padding: 24px 0;
|
||||||
}
|
}
|
||||||
@@ -122,11 +122,7 @@
|
|||||||
<body data-lang="de">
|
<body data-lang="de">
|
||||||
|
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="brand">Paraguay SRL LLC</div>
|
<div class="brand">Paraguay LLC & SRL – Austausch & Community</div>
|
||||||
<div class="lang-select">
|
|
||||||
<button class="lang-btn active" data-lang="de">DE</button>
|
|
||||||
<button class="lang-btn" data-lang="en">EN</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="intro">
|
<section class="intro">
|
||||||
|
|||||||
Reference in New Issue
Block a user