Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alyhxn committed Jan 28, 2024
1 parent 415ed86 commit f97a1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ function get_theme () {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
gap: 0px;
position: relative;
z-index: 1;
color: var(--primary_color);
Expand Down Expand Up @@ -1399,7 +1399,7 @@ function get_theme () {
}
@container (min-width: 510px) {
.about_us_wrapper .content_wrapper {
gap: 0;
gap: 20px;
}
}
`
Expand Down

0 comments on commit f97a1bd

Please sign in to comment.