trying to fix mobile button size

This commit is contained in:
Orion Reed 2024-03-30 18:42:57 -07:00
parent e336e480ac
commit 1037e493b4
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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;