Hide language switcher on mobile

This commit is contained in:
montylion 2021-08-22 23:49:46 +02:00
parent a2c78207c4
commit 159868e401
No known key found for this signature in database
GPG Key ID: E259C2F34CE17F04
2 changed files with 6 additions and 3 deletions

View File

@ -541,6 +541,11 @@ footer {
display: none;
}
.locale-dropdown {
/* You don't really need this either on mobile IMHO */
display: none;
}
.hero-meta {
margin-top: 100px;
}

View File

@ -27,10 +27,8 @@
<!-- favicon -->
<link rel="shortcut icon" href="/assets/icons/favicon.ico"><title>Pretendo</title>
<!-- css files -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/dropdown.css" />
<!-- favicon -->
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">