From acdcf386bdbd66925c73e1234c2a6333ae3a9995 Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Sun, 18 Jul 2021 11:17:47 +0000
Subject: [PATCH] 2021-07-18
---
docs/index.html | 37 +++++++++----------------------------
1 file changed, 9 insertions(+), 28 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index d4401e0..504e9fa 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -106,13 +106,14 @@
.article__title, .article__feed {
font-weight: normal;
}
+
.article__header-img > a > img {
height: var(--height-img);
object-position: center;
object-fit: contain;
}
.article__random-background {
- height: var(--height-img);
+ height: 100%;
width: 100%;
}
@@ -235,9 +236,6 @@
{
font-size: 1rem;
}
-
-
-
.article__main {
position: fixed;
left: -100%;
@@ -246,9 +244,13 @@
overflow-y: auto;
}
-
- .feed__article:nth-child(1) .article__random-background {
- height: initial;
+ .feed__article:nth-child(1) .article__header {
+ display: flex;
+ flex-direction: column;
+ height: 100%;
+ }
+ .feed__article:nth-child(1) .article__header-img {
+ height: 100%;
}
@@ -1705,27 +1707,6 @@ nice improvement I am pretty sure you can see me happily smiling right now.
-
-
-
-
-
-
-