projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0880317
)
css fixes
author
Matthew Owens
<matthew@owens.tech>
Fri, 20 Jan 2023 18:06:03 +0000
(18:06 +0000)
committer
Matthew Owens
<matthew@owens.tech>
Fri, 20 Jan 2023 18:06:03 +0000
(18:06 +0000)
projects.md
patch
|
blob
|
history
style.css
patch
|
blob
|
history
diff --git
a/projects.md
b/projects.md
index
1eca2db
..
0de2e34
100644
(file)
--- a/
projects.md
+++ b/
projects.md
@@
-2,8
+2,6
@@
### Active:
-#### Lich Lifts
-A bullet hell about stealing souls an getting swole!
<div class="project">
<img
alt="Lich Lifts Title"
@@
-11,6
+9,7
@@
A bullet hell about stealing souls an getting swole!
srcset="/assets/lich_lifts_title_slice.png"
/>
</div>
+A bullet hell about stealing souls an getting swole!
More on: [Twitter](https://twitter.com/AbyssalThistle)
#### Abyssal Thistle
diff --git
a/style.css
b/style.css
index
c596f55
..
c755dec
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-42,10
+42,6
@@
hr {
padding:.2em
}
-.project img {
- width: 100%;
-}
-
#post-list-item:hover {
background-color: #2d2d2d;
}
@@
-108,10
+104,17
@@
header h1 {
#rsslink {
float:right
}
+
img{
- display:block;
- padding:8px;
- border-radius:4px;
- margin:auto;
- max-width:25%
+ display: block;
+ padding: 8px;
+ border-radius: 4px;
+ margin: auto;
+ max-width: 25%;
+}
+
+.project img {
+ width: 100%;
+ max-width: 100%;
}
+