Skip to content

Commit

Permalink
Remove explicit width from container and top-title elements to preven…
Browse files Browse the repository at this point in the history
…t horizontal scrolling on boxes page:
  • Loading branch information
nathan-contino committed Dec 9, 2024
1 parent 72da5ec commit 0be1310
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jekyll-assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ code {

.toptitle {
text-align: center;
width: 100%;
position: sticky;
padding-bottom: 10px;
margin-bottom: 0px;
Expand Down Expand Up @@ -1655,7 +1654,6 @@ div.subtitle.error-message p a {
margin-left: 10px;
white-space: initial;
word-break: break-word;
width: 100%;
}

@media screen and (max-width: 1460px) {
Expand Down

0 comments on commit 0be1310

Please sign in to comment.