projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bcdd37
)
removed comments, made the image smaller, styled about-section div
author
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 16:03:37 +0000
(17:03 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 16:03:37 +0000
(17:03 +0100)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
daf2d1a
..
40a92a9
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-17,15
+17,19
@@
a:hover {
color:#f39090;
}
+#about-section {
+ margin:auto;
+ padding:2em;
+ border-bottom:1px solid #333;
+}
+
#post-list {
- //background-color:aqua;
margin:auto;
padding:2em;
- border-bottom:1px solid #333
+ border-bottom:1px solid #333
;
}
#post-list-item {
- //background-color: green;
width:80%;
margin:auto;
padding:.2em
@@
-98,5
+102,5
@@
img{
padding:8px;
border-radius:4px;
margin:auto;
- max-width:
50
%
+ max-width:
25
%
}