Skip to content

Commit

Permalink
Fixed some styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Transgender-Resource-Wiki committed May 26, 2024
1 parent 7c7e8f3 commit d4b00a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/styles/ColoredSideBars.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.left-blue {
background-color: lightskyblue;
position: fixed;
z-index: 0;
z-index: 2;
top: 0;
left: 0;
width: 100vw;
Expand All @@ -12,7 +12,7 @@
.left-pink {
background-color: pink;
position: fixed;
z-index: 0;
z-index: 2;
top: 4vh;
left: 0;
width: 100vw;
Expand Down
6 changes: 3 additions & 3 deletions src/styles/ContentsTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
.contents-table-mobile a {
color: whitesmoke;
text-decoration: none;
font-size: 1.25rem;
font-size: clamp(0.75rem, 3vw, 1.33rem);
text-shadow: 2px 2px 4px black;
}
.contents-table-mobile a:hover {
font-size: 1.33rem;
font-size: clamp(0.85rem, 3.5vw, 1.4rem);
}
.contents-table-mobile span {
visibility: visible;
Expand All @@ -63,7 +63,7 @@
margin: 15px;
height: 5%;
width: auto;
font-size: 1.33rem;
font-size: clamp(0.75rem, 5vw, 1.33rem);
color: whitesmoke;
box-sizing: border-box;
overflow: hidden;
Expand Down

0 comments on commit d4b00a8

Please sign in to comment.