trying to fix mobile button size
This commit is contained in:
parent
e336e480ac
commit
1037e493b4
|
|
@ -4,8 +4,8 @@
|
||||||
<title>Orion Reed</title>
|
<title>Orion Reed</title>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="icon" type="image/x-icon" href="src/public/favicon.ico?v=4" />
|
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=4" />
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="src/public/favicon.ico?v=4" />
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=4" />
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link
|
<link
|
||||||
|
|
|
||||||
|
|
@ -108,8 +108,8 @@ ol {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
width: 40px;
|
width: 2.5rem;
|
||||||
height: 40px;
|
height: 2.5rem;
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue