Skip to content

Commit

Permalink
minor style change
Browse files Browse the repository at this point in the history
  • Loading branch information
Transgender-Resource-Wiki committed May 26, 2024
1 parent 6acf561 commit 647530d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/SiteMap.astro
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ const { link } = Astro.props;
padding-bottom: 4%;
white-space: nowrap;
overflow: hidden;
text-overflow: "...";
text-overflow: ellipsis;
text-shadow: 2px 2px 4px black;
direction: ltr;
}
.link-list-mobile a {
Expand Down
10 changes: 9 additions & 1 deletion src/styles/ContentsTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
max-height: 61vh;
list-style-type: none;
}
.contents-table-mobile li {
padding-bottom: 4%;
white-space: nowrap;
overflow: hidden;
color: whitesmoke;
text-overflow: ellipsis;
text-shadow: 2px 2px 4px black;
}
.contents-table-mobile a {
color: whitesmoke;
text-decoration: none;
Expand Down Expand Up @@ -116,7 +124,7 @@
white-space: nowrap;
overflow: hidden;
color: whitesmoke;
text-overflow: "...";
text-overflow: ellipsis;
text-shadow: 2px 2px 4px black;
}
.contents-table a,
Expand Down

0 comments on commit 647530d

Please sign in to comment.