Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
iamakashtechie authored Jul 16, 2024
1 parent c0bc25b commit 88bd0ca
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/components/banner/Banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,21 @@

.banner .image img {
width: 14rem;
}

@media (max-width: 480px) {
.banner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
gap: 2rem;
background: hsla(0, 0%, 100%, 0.13);
border-radius: 12px;
padding: 1rem;
color: white;
}


}

0 comments on commit 88bd0ca

Please sign in to comment.