Merge remote-tracking branch 'upstream/master'

This commit is contained in:
revsuine 2025-01-03 02:37:25 +00:00
commit efe640ae0e
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339
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://stefka.eu **Jiří Štefka** (Software Developer)
- https://blog.networkchuck.com **NetworkChuck** (YouTuber & Hacker) - https://blog.networkchuck.com **NetworkChuck** (YouTuber & Hacker)
- https://blog.arkb.me **AbdulRKB** (Security Researcher & Web Dev) - https://blog.arkb.me **AbdulRKB** (Security Researcher & Web Dev)
- https://harshv5094.netlify.app **Harsh Vyapari** (Developer & Linux Enthusiast)
<!-- <!--
TEMPLATE: TEMPLATE:

View file

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