Skip to content

Commit

Permalink
grid spacing, apple-mobile-web-app-capable
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRedacted committed Sep 7, 2024
1 parent 968046c commit 5b00263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes">


<title>Contact</title>
Expand All @@ -30,6 +31,7 @@
-ms-overflow-style: none; /* Internet Explorer, Edge */
scrollbar-width: none; /* Firefox */
overflow-x: hidden;
overscroll-behavior: contain;
}
::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
Expand Down Expand Up @@ -176,7 +178,7 @@
align-content: center;
background-color: transparent;
width:calc((100vw - ((100vw - 240px)/5))/4);
aspect-ratio: 1/1;
aspect-ratio: 1/1.25;
overflow:visible;
}
.app-row a.app {
Expand Down

0 comments on commit 5b00263

Please sign in to comment.