Skip to content

Commit

Permalink
fix: adjust homepage mobile css style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray authored and Ray committed Jan 12, 2025
1 parent 0a045d5 commit 141560b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/styles/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
width: 100vw;
background-color: var(--ocf-light);


@media only screen and (max-width: 767px) {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -162,7 +161,7 @@
margin-bottom: 2rem;
gap: 2rem;

h2{
h2 {
margin: 0;
}

Expand Down Expand Up @@ -291,6 +290,10 @@
text-align: center;
padding: 4.5rem;

@media only screen and (max-width: 767px) {
padding: 2.5rem;
}

.partners-container {
border: 4px solid var(--ocf-primary);
padding: 2rem;
Expand Down

0 comments on commit 141560b

Please sign in to comment.