Skip to content

Commit

Permalink
Merge pull request #41 from osakunta/next-site
Browse files Browse the repository at this point in the history
Tiny style change on homepage
  • Loading branch information
YB-BigSwan authored Sep 25, 2024
2 parents b71df5c + 20aa266 commit 2e45aaa
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@
color: var(--blue300);
}

.news {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
width: 70%;
margin: 5rem 0 5rem 0;
}

.cardContainer {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -269,7 +260,8 @@
.news,
.sectionContainer,
.carouselContainer,
.contactSectionContainer {
.contactSectionContainer,
.livingArticle {
width: 90%;
}

Expand Down

0 comments on commit 2e45aaa

Please sign in to comment.