Skip to content

Commit

Permalink
Update TopVisual.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Jun 21, 2024
1 parent d0ad797 commit b4df7b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/[locale]/components/TopVisual/TopVisual.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
display: flex;
/*flex-direction: column;*/
justify-content: center;
align-items: center;
/*align-items: flex-end;*/
flex-wrap: wrap;
overflow: hidden;
margin-top: 2rem;
Expand All @@ -44,6 +44,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
gap: 0.8rem;
text-align: left;
/*padding: 0 0 4px 0;*/
Expand All @@ -57,6 +58,8 @@
/* max-height: calc(768px/3); */
transition: 0.35s ease-out;
float: left;
display: flex;
align-items: flex-start;
}

/* @media screen and (max-width: 768px) {
Expand All @@ -72,4 +75,5 @@

.card-image {
@apply h-full w-full object-cover rounded-md;
object-fit: contain;
}

0 comments on commit b4df7b0

Please sign in to comment.