Skip to content

Commit

Permalink
dots added
Browse files Browse the repository at this point in the history
  • Loading branch information
santi-homps committed Feb 6, 2024
1 parent 2828dc2 commit 11c034b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions blocks/v2-resources/v2-resources.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ a.v2-resources__link:hover {
border-color: var(--c-tertiary-cool-gray);
}

.v2-resources-container.section--background-with-dots::after {
height: 15%;
width: 37%;
left: 0;
bottom: 0;
}

@media (min-width: 768px) {
.section.v2-resources-container {
padding: 0 0 80px;
Expand All @@ -56,4 +63,18 @@ a.v2-resources__link:hover {
.v2-resources__content .v2-resources__subtitle:first-of-type {
margin-top: 0;
}

.v2-resources-container.section--background-with-dots::after {
height: 28%;
width: 25%;
left: 2%;
}
}

@media (min-width: 1200px) {
.v2-resources-container.section--background-with-dots::after {
height: 42%;
width: 17%;
left: 9%;
}
}

0 comments on commit 11c034b

Please sign in to comment.