1
1
Fork 0

Adjusted article visual text alignment

This commit is contained in:
Joe Wroten 2018-10-09 15:16:51 -05:00
parent a64bdf6c22
commit 51ebdb3bc5

View file

@ -155,24 +155,10 @@ video {
p {
margin-bottom: 1em;
max-width: 300em;
}
@media (min-width: $qry-s) {
p {
width: 50%;
clear: both;
&:nth-of-type(odd) {
float: left;
}
&:nth-of-type(odd) {
float: right;
}
}
}
@media (min-width: $qry-s) and (max-width: $qry-m) {
p {
width: 75%;
}