Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mlai2publicis authored Jun 5, 2024
1 parent 4dae881 commit efb2d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/hugo-theme-c2pa/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ main {

.hero-members {
@apply rounded-sm mb-5 flex items-center justify-center bg-white;
height: 85px;
height: 185px;
box-shadow: 0 5px 20px 0 rgba(85, 106, 150, 0.18);
}
.hero-members > a {
@apply flex flex-wrap items-center justify-center transform origin-center -space-x-2;
@apply flex flex-wrap items-center justify-start transform origin-center -space-x-2;
}
.hero-members > a > img {
@apply transform origin-center scale-65;
Expand Down Expand Up @@ -134,7 +134,7 @@ main {

@screen md {
.hero-members > a {
@apply flex flex-wrap justify-around scale-60 space-x-10;
@apply flex flex-wrap justify-start scale-60 space-x-10;
}
.hero-members > a > img {
@apply scale-100;
Expand Down

0 comments on commit efb2d9e

Please sign in to comment.