Merge pull request #51 from montylion/dev

Hide language switcher on mobile
This commit is contained in:
mrjvs 2021-08-22 23:50:37 +02:00 committed by GitHub
commit 3a779cd961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">