Fix language picker position

This commit is contained in:
luca0N! 2022-06-08 16:50:06 -03:00
parent 0e7480c54f
commit 1e0d91a6ce
Signed by: luca0N
GPG Key ID: 2E7B4655CF16D7D6
3 changed files with 8 additions and 4 deletions

View File

@ -11,7 +11,7 @@
</head>
<body>
<header>
<div>
<div id="header-main">
<h1>luca0N!'s Website</h1>
<div id="menu-default">
<nav>
@ -44,7 +44,7 @@
</details>
</div>
</div>
<div>
<div id="header-lang">
<details id="lang-selector">
<summary><span>EN</span></summary>
<a href="/pt">PT</a>

View File

@ -48,6 +48,10 @@ header h1::before {
margin-right: 6px;
}
header #header-main {
width: 100%;
}
#menu-mobile {
display: none;
}

View File

@ -11,7 +11,7 @@
</head>
<body>
<header>
<div>
<div id="header-main">
<h1>luca0N.com</h1>
<div id="menu-default">
<nav>
@ -44,7 +44,7 @@
</details>
</div>
</div>
<div>
<div id="header-lang">
<details id="lang-selector">
<summary>PT</summary>
<a href="/en">EN</summary>