Correcciones y ajustes para pantallas pequeñas
This commit is contained in:
parent
d2c310285a
commit
f3af13088f
2 changed files with 15 additions and 2 deletions
|
@ -55,18 +55,23 @@ a:hover, a:focus {
|
|||
color: #f70a0a;
|
||||
}
|
||||
|
||||
.wiki p {
|
||||
.wiki p, .wiki li {
|
||||
text-align: justify;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
@media screen and (max-width: 767px) {
|
||||
.wiki p {
|
||||
.wiki p, .wiki li {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
body.wiki, .wiki p, .wiki li {
|
||||
font-size: 18px;
|
||||
}
|
||||
@media screen and (max-width: 900px) {
|
||||
body.wiki, .wiki p, .wiki li {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.wiki li {
|
||||
margin-top: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue