Adjusted article visual text alignment
This commit is contained in:
parent
a64bdf6c22
commit
51ebdb3bc5
1 changed files with 1 additions and 15 deletions
16
src/app.scss
16
src/app.scss
|
@ -155,24 +155,10 @@ video {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
max-width: 300em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: $qry-s) {
|
@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 {
|
p {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue