1
0

Tweak dynamic styling for openring

This commit is contained in:
Ryan Fox 2020-07-25 19:50:00 +00:00
parent 117c2b4d2b
commit d83968a221
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E

View File

@ -253,6 +253,10 @@ p.openring {
margin-right: 32px;
margin-left: 32px;
}
div.article p.summary {
line-height: 1.5;
}
}
@media only screen and (max-width: 550px) {
@ -322,11 +326,16 @@ p.openring {
padding-bottom: 24px;
}
div.article p.summary {
line-height: 1.5;
}
div.title-subtext {
font-size: 18px;
}
div.article p.summary {
margin-top: 8px;
margin-bottom: 8px;
}
p.openring {
text-align: center;
}
}