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