Skip to content

Commit

Permalink
on mobile page have less margin-bottom between page-title and content
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Sep 21, 2020
1 parent 8cddc1e commit 3aeeced
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site-styles/components/flair.less
Expand Up @@ -181,7 +181,10 @@
// extend in a media query doesn't work.
#svg.title-angle.white;
// so we instead undo the background-image.
#screen-xs-max({ background-image: none !important; });
#screen-xs-max({
background-image: none !important;
margin-bottom: @gutter * 1;
});
#screen-sm-min({
background-repeat: no-repeat;
background-position: 44% 100%;
Expand Down

0 comments on commit 3aeeced

Please sign in to comment.