Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
efe640ae0e
3 changed files with 14 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
|
||||
indent_size = 2
|
||||
indent_style = space
|
1
USERS.md
1
USERS.md
|
@ -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:
|
||||
|
||||
|
|
|
@ -211,6 +211,10 @@ img {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
figure {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
figure img,
|
||||
figure video {
|
||||
margin-bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue