mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Hide language switcher on mobile
This commit is contained in:
parent
a2c78207c4
commit
159868e401
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user