Browse Source

Fix logo alignment for mobile. Closes #2263

pull/2312/head
Gabe Kangas 3 years ago
parent
commit
20e9d030ed
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 4
      web/components/common/ContentHeader/ContentHeader.module.scss

4
web/components/common/ContentHeader/ContentHeader.module.scss

@ -22,6 +22,10 @@ @@ -22,6 +22,10 @@
margin: 0.6rem;
}
}
@include screen(mobile) {
align-items: center;
}
}
.titleSection {

Loading…
Cancel
Save