Skip to content

Commit

Permalink
Merge pull request #235 from zirreal/master
Browse files Browse the repository at this point in the history
small layout fix
  • Loading branch information
zirreal authored Nov 15, 2023
2 parents 491fb4e + f28614a commit 34a1adc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/logos-and-assets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,19 @@ export default {
.color-pallet__item--green {
background-color: #5fce05
}
@media screen and (max-width: 920px) {
.logos-and-assets__banner .container {
padding: calc(var(--space) * 2) var(--space);
}
}
@media screen and (max-width: 380px) {
h2 {
font-size: 2rem;
}
}
</style>

0 comments on commit 34a1adc

Please sign in to comment.