Skip to content

Commit

Permalink
potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
comnk committed Nov 7, 2024
1 parent 71fbfbf commit 63c6e1f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/About/Opportunities/Opportunities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,27 @@
@media only screen and (max-width: 468px) {
.opportunities-features {
display: flex;
gap: 2rem;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: fit-content;
margin-inline: auto;
margin-block: auto;

.card-text {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 100%;
text-align: center;

p {
font-size: 35px;
margin: 0;
}
}
}
}

Expand Down

0 comments on commit 63c6e1f

Please sign in to comment.