Skip to content

Commit

Permalink
desktop view
Browse files Browse the repository at this point in the history
  • Loading branch information
santi-homps committed Feb 5, 2024
1 parent d3fcea2 commit 2828dc2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions blocks/v2-resources/v2-resources.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,27 @@ a.v2-resources__link:hover {
text-decoration: none;
color: var(--c-tertiary-cool-gray);
border-color: var(--c-tertiary-cool-gray);
}

@media (min-width: 768px) {
.section.v2-resources-container {
padding: 0 0 80px;
}

.section.v2-resources-container .v2-resources-wrapper {
padding-bottom: 0;
}

.v2-resources__content-wrapper {
display: flex;
column-gap: 15vw;
}

.v2-resources__header {
width: 30%;
}

.v2-resources__content .v2-resources__subtitle:first-of-type {
margin-top: 0;
}
}

0 comments on commit 2828dc2

Please sign in to comment.