summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
+}