erynwells.me/assets/style.css

22 lines
No EOL
300 B
CSS

/* Place custom css here. */
figure {
padding: 6px;
border: 1px solid var(--fog);
border-radius: 4px;
}
img {
border-radius: 4px;
}
.flex-date {
display: flex;
align-items: baseline;
}
.flex-date .date {
margin-left: auto;
font-size: 80%;
font-style: italic;
}