Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 committed Jul 3, 2024
1 parent 654f88a commit 1fa78f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/en/home/ConnectUs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const mediaList = [
.media-item-content {
font-size: 20px;
line-height: normal;
height: 56px;
height: 84px;
}

@media screen and (max-width: 50em) {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/es/home/ConnectUs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const mediaList = [
.media-item-content {
font-size: 20px;
line-height: normal;
height: 56px;
height: 84px;
}

@media screen and (max-width: 50em) {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/tr/home/ConnectUs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const mediaList = [
.media-item-content {
font-size: 20px;
line-height: normal;
height: 56px;
height: 84px;
}

@media screen and (max-width: 50em) {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/zh/home/ConnectUs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const mediaList = [
.media-item-content {
font-size: 20px;
line-height: normal;
height: 56px;
height: 84px;
}

@media screen and (max-width: 50em) {
Expand Down

0 comments on commit 1fa78f5

Please sign in to comment.