personal_site/_sass/blogroll.scss
2023-08-29 14:30:02 +01:00

13 lines
243 B
SCSS

h2.blogroll-title {
a {
text-decoration: none;
}
}
//clamp the size of the images on the blog roll
figure.blogroll > img, figure.blogroll > svg {
max-width: 100% !important;
margin-bottom: 0;
border-radius: 1em;
}