projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b62e9e
)
added div to project image
author
Matthew Owens
<matthew@owens.tech>
Fri, 20 Jan 2023 17:01:29 +0000
(17:01 +0000)
committer
Matthew Owens
<matthew@owens.tech>
Fri, 20 Jan 2023 17:01:29 +0000
(17:01 +0000)
projects.md
patch
|
blob
|
history
style.css
patch
|
blob
|
history
diff --git
a/projects.md
b/projects.md
index
0cffeac
..
687e427
100644
(file)
--- a/
projects.md
+++ b/
projects.md
@@
-4,7
+4,9
@@
#### Lich Lifts
A bullet hell about stealing souls an getting swole!
-![Lich Lifts Title](/assets/lich_lifts_title_slice.png "Lich Lifts")
+<div class="project">
+ ![Lich Lifts Title](/assets/lich_lifts_title_slice.png "Lich Lifts")
+</div>
More on: [Twitter](https://twitter.com/AbyssalThistle)
#### Abyssal Thistle
diff --git
a/style.css
b/style.css
index
37210ef
..
c596f55
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-42,6
+42,10
@@
hr {
padding:.2em
}
+.project img {
+ width: 100%;
+}
+
#post-list-item:hover {
background-color: #2d2d2d;
}