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