summaryrefslogtreecommitdiff
path: root/src/css
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 /src/css
parentMake a real Darkmode (diff)
Fix icone of article position and size
Diffstat (limited to 'src/css')
-rwxr-xr-xsrc/css/_contenu.scss2
1 files changed, 2 insertions, 0 deletions
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;