Skip to content

Commit

Permalink
align site title in mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata committed Oct 16, 2024
1 parent a625b1d commit 748bcc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ header {
@include variables.transition(all 0.2s ease-out);
color: variables.$default-color;

h2 {
margin-bottom: 0.5rem;
@media (max-width: 600px) {
h2 {
margin-bottom: 0.5rem;
}
}

&:hover,
Expand Down

0 comments on commit 748bcc4

Please sign in to comment.