reverted nginx config
Some checks failed
Jekyll site CI / docker (push) Failing after 50s

This commit is contained in:
2025-05-16 14:18:54 +02:00
parent 279ab4c602
commit 1fad8f2b49
3 changed files with 44 additions and 51 deletions

View File

@ -0,0 +1,5 @@
// Custom styling for skill badges to add vertical space between wrapped lines
img[src^="https://img.shields.io/badge/"] {
margin-bottom: 8px;
margin-right: 4px;
}