Skip to content

Commit

Permalink
small layout change
Browse files Browse the repository at this point in the history
  • Loading branch information
Transgender-Resource-Wiki committed May 26, 2024
1 parent 926fac5 commit f1678e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/SiteMap.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const { link } = Astro.props;
left: 20%;
right: 17%;
width: auto;
overflow: hidden;
font-size: clamp(0.8rem, 4.5vw, 1.33rem);
color: whitesmoke;
font-family: Verdana, sans-serif, system-ui;
Expand All @@ -69,8 +70,9 @@ const { link } = Astro.props;
background: none;
position: relative;
text-align: center;
vertical-align: middle;
margin: 0;
top: 20%;
top: 0.3rem;
text-shadow: 2px 2px 4px black;
}
.link-list-mobile {
Expand Down Expand Up @@ -146,6 +148,7 @@ const { link } = Astro.props;
margin-top: 0;
top: 5%;
left: 5%;
vertical-align: middle;
text-align: left;
line-height: 1.5;
text-shadow: 2px 2px 4px black;
Expand Down

0 comments on commit f1678e1

Please sign in to comment.