mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
13 lines
243 B
SCSS
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;
|
|
} |