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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue