Compare commits

...

6 commits

Author SHA1 Message Date
efe640ae0e
Merge remote-tracking branch 'upstream/master' 2025-01-03 02:37:25 +00:00
panr
ae52f107f9 add editorconfig 2024-12-21 23:42:34 +01:00
^L^ King
f56b502827
Fix figure tag display issue (#514) 2024-12-21 23:41:05 +01:00
panr
83a4952e5c Revert "fix figure width for smaller images"
This reverts commit 5a8b5208a6.
2024-12-21 23:40:14 +01:00
panr
5a8b5208a6 fix figure width for smaller images
fixes #514

issue reported by @vlvk
2024-12-21 23:35:43 +01:00
Harsh Vyapari
8184ad1510
adding my website to users (#509) 2024-12-07 16:12:25 +01:00
3 changed files with 14 additions and 0 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 2
indent_style = space

View file

@ -65,6 +65,7 @@
- https://stefka.eu **Jiří Štefka** (Software Developer)
- https://blog.networkchuck.com **NetworkChuck** (YouTuber & Hacker)
- https://blog.arkb.me **AbdulRKB** (Security Researcher & Web Dev)
- https://harshv5094.netlify.app **Harsh Vyapari** (Developer & Linux Enthusiast)
<!--
TEMPLATE:

View file

@ -211,6 +211,10 @@ img {
overflow: hidden;
}
figure {
width: fit-content;
}
figure img,
figure video {
margin-bottom: 0;