Skip to content

Commit

Permalink
fix a bit content class. next-l/enju_leaf#1931
Browse files Browse the repository at this point in the history
  • Loading branch information
masao committed Jan 15, 2025
1 parent 4106f3b commit a94f054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/themes/twitter/css/enju-manual-patch.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body > .container-fluid {
padding: 20px 20px 20px;
}

.content {
div.content {
margin: 0 auto;
max-width: 1024px;
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion assets/themes/twitter/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ div.alert p {
}

/* The white background content wrapper */
.content {
div.content {
background-color: #fff;
padding: 20px;
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
Expand Down

0 comments on commit a94f054

Please sign in to comment.