fix date overflow, quote overflow
This commit is contained in:
parent
948505d71c
commit
9210f07ddf
@ -103,7 +103,7 @@ p > img {
|
||||
text-align: right;
|
||||
font-size: small;
|
||||
margin-left: auto;
|
||||
overflow: hidden;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
#socials {
|
||||
@ -179,6 +179,16 @@ div.social-links > a {
|
||||
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) {
|
||||
.card {
|
||||
min-width: unset;
|
||||
|
Loading…
x
Reference in New Issue
Block a user