Skip to content

Commit

Permalink
resolves #516 (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesros161 authored Aug 30, 2022
1 parent ab6b05b commit 8d3ee84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/scss/boldgrid/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@
.col-xs-full-width {
width: 100%;
}
@supports (-webkit-touch-callout: none) {
a.bgc_logo.custom-logo-link {
flex-direction: column;
align-items: center;
}
}
}

@media only screen and (min-width: 768px ) and (max-width: 991px) {
Expand Down

0 comments on commit 8d3ee84

Please sign in to comment.