Skip to content

Commit

Permalink
fix mobile styles (#8029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 9, 2022
1 parent 1e3bd4f commit 0f7fec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sites/kit.svelte.dev/src/routes/home/Deployment.svelte
Expand Up @@ -112,8 +112,8 @@
<div class="globe">
<img
src="/edge.svg"
width="1000"
height="1000"
width="100%"
height="100%"
alt="Dynamically rendered map of the world, centered on the user's location"
/>
<span> rendered on the edge, just for you </span>
Expand Down Expand Up @@ -176,7 +176,7 @@
flex-direction: column-reverse;
}
.platforms div span {
.platforms a span {
font-size: var(--sk-text-xs);
color: var(--sk-text-3);
text-align: center;
Expand Down

0 comments on commit 0f7fec7

Please sign in to comment.