Skip to content

Commit

Permalink
header change desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
luukee committed Aug 19, 2024
1 parent 05b99e9 commit 40b5517
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@ pre {
border-bottom: none;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 1rem;
}
@include media-query($on-large) {
padding-top: 1rem;
padding-bottom: 1rem;
border-bottom: 2px solid $border-color-01;
}
.container {
padding: 1rem;
}
}

.masthead-title {
text-align: left;
&:not(.masthead-title__sidebar) {
display: none;
@media screen and (max-width: 1000px) {
display: block;
text-align: center;
Expand Down

0 comments on commit 40b5517

Please sign in to comment.