Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Aweiro committed Nov 15, 2024
1 parent 49eadc1 commit 0154060
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2665,18 +2665,13 @@ header.main-header .menu-icon .line:last-child {
max-height: none;
}
.review .read-more-btn {
background-color: #ab9999;
background: none;
color: #d5caca;
border: none;
padding: 8px 12px;
border-radius: 5px;
cursor: pointer;
font-size: 14px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.review .read-more-btn:hover {
background-color: #947d7d;
}
.review .review-date {
font-size: 12px;
Expand Down

0 comments on commit 0154060

Please sign in to comment.