projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ab13b
)
margins
author
MatthewOwens
<matthew@owens.tech>
Sun, 19 Jul 2020 20:44:36 +0000
(21:44 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Sun, 19 Jul 2020 20:44:36 +0000
(21:44 +0100)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
8c2e0b3
..
5139b6b
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-4,7
+4,8
@@
body {
background-color: #1c1c1c;
color: #aaaaaa;
overflow-y:scroll;
- margin-right:.4em;
+ margin:.4em;
+ width:80%;
}
a {
@@
-19,6
+20,7
@@
header {
background-color: #2d2d2d;
color: #000;
text-align:center;
+ margin:auto;
}
.nav{