update ui

This commit is contained in:
Simon Vieille 2022-09-07 21:25:13 +02:00
parent 700fc0340a
commit e5cbfd77d0
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 5 additions and 3 deletions

View file

@ -281,7 +281,7 @@ pre[class*="language-"] {
}
.header-wrapper {
max-width: 1100px;
max-width: $content-max-width;
padding: 30px 40px;
margin: auto;
text-align: center;
@ -335,7 +335,7 @@ pre[class*="language-"] {
.body {
padding: 25px 40px;
max-width: 1100px;
max-width: $content-max-width;
margin-left: auto;
margin-right: auto;
@ -407,7 +407,7 @@ pre[class*="language-"] {
.reviews {
padding: 0 40px;
max-width: 1100px;
max-width: $content-max-width;
margin-left: auto;
margin-right: auto;

View file

@ -31,6 +31,8 @@ $color-hr-background: $color-grey;
$color-content-background: $color-white;
$content-max-width: 1250px;
/* GIST compatiblity */
$color-code-border: #3c3c3c;
$color-code-background: #222222;