Skip to content

Commit

Permalink
#23 Changes after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
tdziezykDS committed Sep 5, 2023
1 parent 06c07a7 commit 154ec19
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions blocks/v2-cards/v2-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ main .section.v2-cards-container .v2-cards-wrapper {
}

.v2-cards__button-container .icon svg {
width: 1em;
height: 1em;
width: 16px;
height: 16px;
}

@media (min-width: 744px) {
Expand Down
4 changes: 2 additions & 2 deletions blocks/v2-testimonial/v2-testimonial.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
}

.v2-testimonial__author svg {
width: 34px;
height: 27px;
width: 32px;
height: 32px;
}

.v2-testimonial__video-link-wrapper {
Expand Down
4 changes: 2 additions & 2 deletions icons/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -972,11 +972,12 @@ main .section.responsive-title h1 {

.redesign-v2 a.standalone-link:active,
.redesign-v2 a.standalone-link:visited {
color: var(--c-primary-black);
color: var(--c-tertiary-cool-gray);
}

.redesign-v2 a.standalone-link:hover,
.redesign-v2 a.standalone-link:focus {
color: var(--c-tertiary-cool-gray);
text-decoration: underline;
}

Expand Down

0 comments on commit 154ec19

Please sign in to comment.