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
|
@ -1141,11 +1141,19 @@ div.details { padding: 20px !important; }
|
|||
@media screen and (max-width: 899px) {
|
||||
#top-menu {
|
||||
display: block !important;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
#wrapper-top-menu div,
|
||||
#wrapper-top-menu ul:last-child {
|
||||
display: none;
|
||||
}
|
||||
body #header {
|
||||
margin-top: 31px;
|
||||
}
|
||||
div#content > div.contextual:first-child {
|
||||
margin-top: 18px;
|
||||
}
|
||||
}
|
||||
@media all and (max-width: 899px) {
|
||||
body #header {
|
||||
|
|
|
@ -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