Skip to content

Commit

Permalink
Merge pull request #47 from bmf-san/fix/minor-fix
Browse files Browse the repository at this point in the history
軽微な調整とバグフィックス
  • Loading branch information
bmf-san authored Jul 27, 2023
2 parents f939e5f + d1eacdc commit b46bdbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/base/_container.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
}

@media screen and (max-width: 770px) {
@media screen and (max-width: 771px) {
.container-readable {
flex-grow: 1;
flex-wrap: wrap;
Expand Down
4 changes: 2 additions & 2 deletions src/base/_element.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ h6 {
}

h1 {
font-size: 2.5em;
font-size: 2.0em;
}

h2 {
Expand Down Expand Up @@ -157,7 +157,7 @@ pre {
font-size: 1.5rem;
}

@media screen and (max-width: 770px) {
@media screen and (max-width: 771px) {
pre {
background: #eaf2f4;
padding: 1.25rem 1.5rem;
Expand Down
2 changes: 1 addition & 1 deletion src/component/_header.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
}

@media screen and (max-width: 770px) {
@media screen and (max-width: 771px) {
.sp-hidden {
display: none;
}
Expand Down

0 comments on commit b46bdbf

Please sign in to comment.