Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrikeasia committed Dec 3, 2024
1 parent 57e3fb3 commit 4c6fffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang/ko-KR/index/rwd.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html[lang="ko-KR"] {
}
}
.station-pga-wrapper {
left: 7.1rem;
left: 6.9rem;
}
.info-wrapper {
& .info-title-wrapper {
Expand Down
4 changes: 2 additions & 2 deletions lang/vi-VN/index/rwd.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ html[lang="vi-VN"] {
.report-wrapper {
& .report-box-item-wrapper:first-child {
.report-intensity-text {
font-size: 12px;
font-size: 10px;
}
}
}
.station-pga-wrapper {
left: 8.1rem;
left: 8rem;
}
.info-wrapper {
& .info-title-wrapper {
Expand Down

0 comments on commit 4c6fffa

Please sign in to comment.