Alineación a la izquierda de los párrafos en pantallas estrechas
This commit is contained in:
parent
a991dcc92c
commit
da872c0462
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@ div#content p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 767px) {
|
||||||
|
body.wiki,
|
||||||
|
div#content p {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body.wiki table {
|
body.wiki table {
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue