Skip to content

Commit

Permalink
Make site width bigger
Browse files Browse the repository at this point in the history
Issue #116
  • Loading branch information
TomaszGasior committed May 8, 2022
1 parent 655a587 commit 0d25539
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions assets/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ a:active {
/* site width */

.site-width {
max-width: 1000px;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
padding-left: 2em;
Expand All @@ -94,13 +94,6 @@ a:active {
}
}

@media (min-width: 1400px)
{
.site-width {
max-width: 1100px;
}
}


/* site header */

Expand Down

0 comments on commit 0d25539

Please sign in to comment.