Skip to content

Commit

Permalink
Improve CSS theme
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixalcacer committed Mar 5, 2021
1 parent 131946f commit bdd648d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions themes/bootstrap3/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,17 @@ article.post-micro {
display: none;
}
}

.container {
margin: 0 auto;
max-width: 90rem;
width: 100%;
padding-left: 2rem;
padding-right: 2rem;
}

body {
font-size: 16px;
}


0 comments on commit bdd648d

Please sign in to comment.