fix date overflow, quote overflow
This commit is contained in:
parent
948505d71c
commit
9210f07ddf
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user