Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c94ba4379 | ||
|
|
065bd0a86a |
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "portal"
|
||||
version = "0.3.29"
|
||||
version = "0.3.30"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
||||
+6
-2
@@ -368,8 +368,12 @@ main.not-found {
|
||||
.alt-image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-height: 14rem;
|
||||
object-fit: cover;
|
||||
height: auto;
|
||||
/* Natural aspect, not a cropped band; a very tall image is still
|
||||
bounded so it can't tower. The deck below overrides for its
|
||||
fixed-height cards. */
|
||||
max-height: 32rem;
|
||||
object-fit: contain;
|
||||
border-radius: calc(var(--radius) - 0.3rem);
|
||||
margin-bottom: 1.1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user