summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-04-09 05:35:41 +0200
committerache <ache@ache.one>2023-04-09 05:41:55 +0200
commitdea76a4ff7d5bf18b1ccf8e5f00507ed0def247a (patch)
treeb83d0bf047acd1fccb57356e3d44fdf3b1f41dc8
parentMake a real Darkmode (diff)
Fix icone of article position and size
-rw-r--r--articles/res/aoc.avifbin2655 -> 12418 bytes
-rwxr-xr-xsrc/css/_contenu.scss2
2 files changed, 2 insertions, 0 deletions
diff --git a/articles/res/aoc.avif b/articles/res/aoc.avif
index 72bd155..8392851 100644
--- a/articles/res/aoc.avif
+++ b/articles/res/aoc.avif
Binary files differ
diff --git a/src/css/_contenu.scss b/src/css/_contenu.scss
index 01ecb6d..c2b3058 100755
--- a/src/css/_contenu.scss
+++ b/src/css/_contenu.scss
@@ -53,12 +53,14 @@ article {
> p:first-of-type {
> img {
height: 150px;
+ width: 150px;
float: right;
position: relative;
top: -25px;
}
> picture {
height: 150px;
+ width: 150px;
float: right;
position: relative;
top: -25px;