2022-09-04 05:11:46 +00:00
|
|
|
img:not(#logo):not(#pixel) {
|
2022-08-27 18:27:41 +00:00
|
|
|
border: 3px solid #ececec;
|
|
|
|
max-width: 100%;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|