Skip to content

Commit

Permalink
Minor overall style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaid committed May 6, 2024
1 parent 3c1743b commit ad9e5df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

.FishInfoBaitsRatingBronze {
background-color: var(--color-rank-bronze);
opacity: 0.7;
}

.FishInfoBaitsRatingSilver {
Expand Down
4 changes: 0 additions & 4 deletions src/components/FishInfoHooks/FishInfoHooks.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
}
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
.FishInfoHooks {
grid-template-columns: repeat(5, 1fr);
Expand Down
2 changes: 1 addition & 1 deletion src/components/InfoSection/InfoSection.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.InfoSectionHeading {
border-bottom: thin solid var(--color-border-dark);
color: var(--color-primary);
font-size: 1.8rem;
font-size: 1.6rem;
margin-bottom: 1rem;
padding: 0 0 0.25em 0;
}
6 changes: 6 additions & 0 deletions src/components/ReserveInfoHooks/ReserveInfoHooks.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}

.ReserveInfoHooksRowHeader {
font-size: 0.9em;
font-weight: var(--font-weight-regular);
overflow: hidden;
text-decoration: none;
Expand Down Expand Up @@ -43,13 +44,18 @@
padding: 0.125em 0;
}

.ReserveInfoHooksRowHeader {
padding-left: 0.5em;
}

@media (max-width: 1023px) {
.ReserveInfoHooksRow {
border-bottom-color: var(--color-border-dark);
flex-direction: column;
}

.ReserveInfoHooksRowHeader {
font-size: 1em;
font-weight: var(--font-weight-semibold);
}

Expand Down

0 comments on commit ad9e5df

Please sign in to comment.