make announcement bar height smaller dawn

Hello, @ads18922

  1. Go to Online Store
  2. Edit Code
  3. Find theme.css/base.css file
  4. Add the following code in the bottom
.page-width.utility-bar__grid {
    padding: 0;
    margin: 0;
    height: 38px !important;
    display: flex !important;
    align-items: center;
}

p.announcement-bar__message.h5{
  font-weight: 700 !important;
  font-size: 15px !important;
}

Thanks!