Skip to content

Commit

Permalink
Merge pull request #15 from jimlee2002/main
Browse files Browse the repository at this point in the history
fix: memos text block overflow
  • Loading branch information
eallion authored May 24, 2023
2 parents da8e7b0 + 5d3c772 commit e325602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ blockquote {

.memos__text {
position: relative;
box-sizing: border-box;
background: var(--color-text-bg);
padding: 1rem;
border-radius: 0.5rem;
Expand Down Expand Up @@ -518,7 +519,7 @@ blockquote {
@media (max-width: 683px) {

body {
padding: 45px 50px 45px 20px;
padding: 45px 20px;
}

.menu,
Expand Down

0 comments on commit e325602

Please sign in to comment.