Skip to content

Commit

Permalink
update home
Browse files Browse the repository at this point in the history
  • Loading branch information
chau-nm committed Sep 28, 2024
1 parent 69dc519 commit bfc4ae7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/feature/main/Home/home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

.content {
width: 100%;
padding: 15%;
height: 100%;
padding: 0 15%;
display: flex;
align-items: center;
justify-content: space-between;
Expand All @@ -36,13 +37,15 @@
font-weight: bold;
background-clip: text;
font-family: 'alegreya';
text-wrap: nowrap;
}
}

.position span{
font-size: 1.5rem;
font-family: 'alegreya';
color: #939393;
text-wrap: nowrap;
}

.contact-link {
Expand Down Expand Up @@ -121,6 +124,13 @@
}
}
}

@media screen and (max-width: 1080px){
justify-content: center;
.right {
display: none;
}
}
}
}

Expand Down

0 comments on commit bfc4ae7

Please sign in to comment.