Skip to content

Commit

Permalink
minor fix for history header icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxaski committed Jan 14, 2025
1 parent 92cec6b commit f092b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ footer p i {
grid-template-columns: repeat(2, 1fr);
margin: 0 auto;
}
.history img {
.history-wrapper img {
width: 165px;
}
}
Expand All @@ -911,7 +911,7 @@ footer p i {
margin: 0 auto 25px;
float: none;
}
.history img {
.history-wrapper img {
float: none;
width: 100%;
}
Expand Down

0 comments on commit f092b56

Please sign in to comment.