5 lines
173 B
SCSS
5 lines
173 B
SCSS
// 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;
|
|
} |