fix date overflow, quote overflow

This commit is contained in:
shrapnelnet 2024-12-31 21:39:40 +00:00
parent 948505d71c
commit 9210f07ddf

View File

@ -103,7 +103,7 @@ p > img {
text-align: right; text-align: right;
font-size: small; font-size: small;
margin-left: auto; margin-left: auto;
overflow: hidden; overflow: scroll;
} }
#socials { #socials {
@ -179,6 +179,16 @@ div.social-links > a {
text-align: left; text-align: left;
} }
.graveyard-item {
display: flex;
flex-direction: column;
}
#quote {
max-width: 850px;
margin: 0 auto 15px;
}
@media only screen and (max-width: 980px) { @media only screen and (max-width: 980px) {
.card { .card {
min-width: unset; min-width: unset;