Skip to content

Commit

Permalink
fix(theme): fix features width
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 12, 2022
1 parent 1362857 commit 55623c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/theme/src/client/styles/project-home.scss
Expand Up @@ -160,13 +160,15 @@
padding: 1.2rem 0;
border-top: 1px solid var(--border-color);
transition: border-color var(--color-transition);
overflow: hidden;

@media (max-width: hope-config.$mobileS) {
margin: 0 -1.5rem;
}
}

.feature {
position: relative;
flex-basis: calc(33% - 4rem);
margin: 0.5rem;
padding: 1rem 1.5rem;
Expand Down

0 comments on commit 55623c4

Please sign in to comment.