summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-07-16 13:12:33 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2024-07-16 13:12:33 +0100
commitfd0ea710395904e1b4cf5f22fd17af13db43ce5f (patch)
treec694efa675d3ad1daab3b1d9cfea737a805f1977 /style.css
parente5e763f1d7d473b22d8c2e7f4a0058ada7832c24 (diff)
downloadinfoculture.pub-fd0ea710395904e1b4cf5f22fd17af13db43ce5f.tar.gz
infoculture.pub-fd0ea710395904e1b4cf5f22fd17af13db43ce5f.tar.bz2
infoculture.pub-fd0ea710395904e1b4cf5f22fd17af13db43ce5f.zip
webtorrent and teaser support
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css
index 342071c..9a83e04 100644
--- a/style.css
+++ b/style.css
@@ -193,6 +193,7 @@ nav ul {
article {
display: flex;
+ align-items: center;
flex-direction: column;
/* align-items: center; */
gap: 2vw;
@@ -206,6 +207,9 @@ article {
.thumbnail {
filter: drop-shadow(0px 0px 4px #e3b69b);
border: 4px groove #800080;
+ background-color: #06360f;
+ /* aspect-ratio: 16 / 10; */
+ width: auto;
padding: 0vw;
}
@@ -670,4 +674,4 @@ code span.wa {
font-weight: bold;
font-style: normal;
font-display: block;
-} \ No newline at end of file
+}