Files
willfullyobtuse.com/sass/parts/_image.scss
James Brechtel 09a3261fc4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Tweaks - profile pic, extracting more templates, rel
I added the rel=me to the Mastodon link for verification
I added profile pics but haven't actually used them on the pages anywhere
I pulled in a lot of the CSS from the template so I could start to
modify it
2022-11-22 07:28:22 -05:00

41 lines
457 B
SCSS

img.profile {
border: 0px;
max-width: 100%;
}
img {
border: 3px solid #ececec;
max-width: 100%;
}
figure {
box-sizing: border-box;
display: inline-block;
margin: 0;
max-width: 100%;
}
figure img {
max-height: 500px;
}
@media screen and (min-width: 600px) {
figure {
padding: 0 40px;
}
}
figure h4 {
font-size: 1rem;
margin: 0;
margin-bottom: 1em;
}
figure h4::before {
content: "";
}
svg {
max-height: 15px;
}