projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebf9e43
)
added padding to header
author
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 11:57:07 +0000
(12:57 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 11:57:07 +0000
(12:57 +0100)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
fde1a90
..
daf2d1a
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-38,6
+38,7
@@
a:hover {
header {
color: #aaa;
text-align:center;
+ padding:1em;
}
header h1 {
@@
-47,7
+48,7
@@
header h1 {
.nav{
padding-left:0;
margin-bottom:0;
- list-style:outside none none
+ list-style:outside none none
;
text-align:center;
}
.nav::after{