summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css
index 2c9d06ce..4511037d 100644
--- a/style.css
+++ b/style.css
@@ -18,6 +18,7 @@ h1 {
background-color: #000000;
text-decoration: underline;
margin-left: -23px;
+ max-width: 878px;
}
h2 {
@@ -28,6 +29,7 @@ h2 {
background-color: #000000;
text-decoration: underline;
margin-left: -11px;
+ max-width: 889px;
}
h3 {
@@ -38,6 +40,7 @@ h3 {
background-color: #000000;
text-decoration: underline;
margin-left: -5px;
+ max-width: 895px;
}
a {
@@ -72,7 +75,6 @@ img {
pre {
display: block;
- padding: 5px;
overflow-x: auto;
color: #ffffff;
background-color: #000000;