Files
website/_sass/minimal-mistakes/_custom_styles.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;
}