Skip to content

Commit

Permalink
compact header
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jun 11, 2024
1 parent 11a72ba commit 232c87a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/checkout/components/CompactHeader.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.c_CompactHeader {
height: 135px;
height: 80px;
display: flex;
margin: 0 0 2rem;
margin: 1rem 0 2rem;
border-bottom: 1px solid #eeebe2;
box-shadow: 0 0 20px 10px #eb5b5920;
align-items: center;
}

Expand All @@ -18,5 +17,5 @@

.c_CompactHeader__logo {
display: block;
width: 270px;
width: 175px;
}

0 comments on commit 232c87a

Please sign in to comment.