Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Jun 18, 2024
1 parent 80f901c commit e2868e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ h3{
/* right side */

.content2_list_inner{
padding: 0 calc(1vh + 1vw + 2rem);
padding: 0 calc(1vh + 1vw + 1rem);
width: 100%;
}
.content2_list_link{
Expand Down Expand Up @@ -556,7 +556,7 @@ h3{
@media screen and ( max-width: 767px ){

.pic{
margin-top: 100px;
margin-top: 150px;
display: flex;
align-items: center;
gap: 24px;
Expand All @@ -567,6 +567,7 @@ h3{
margin: 0 0 0 3vh;
}
.aboutme{
margin: 50px auto;
padding: 0 24px;
flex-direction: column;
}
Expand Down

0 comments on commit e2868e4

Please sign in to comment.