Skip to content

Commit

Permalink
layout change
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyRomero committed Apr 19, 2024
1 parent 155c62d commit e19014e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@

/* Shared */
.topbar {
@apply fixed top-0 z-30 flex w-full items-center justify-between bg-black px-6 py-5 rounded-b-xl;
@apply fixed top-0 z-30 flex w-full items-center justify-between bg-black px-6 py-5 max-sm:py-4 rounded-b-md;
}
.bottombar {
@apply fixed bottom-0 z-10 w-full p-4 backdrop-blur-lg xs:px-7 md:hidden bg-black rounded-t-xl
@apply fixed bottom-0 z-10 w-full p-4 backdrop-blur-lg xs:px-7 md:hidden bg-black rounded-t-md
}
.bottombar_container {
@apply flex items-center justify-between gap-3 xs:gap-5 ;
Expand Down

0 comments on commit e19014e

Please sign in to comment.