Commit 738a8a9e by gema

ajustes dashboard para tamaños de pantallas pc que no habia contemplado

parent 1ee626f7
...@@ -23,12 +23,27 @@ body{ ...@@ -23,12 +23,27 @@ body{
} }
} }
@media(min-width:1280px)and (max-width:1368px){ @media(min-width:900px)and (max-width:1024px){
.pt-container-ppal { .pt-container-ppal {
padding-top: 10px; padding-top: 10px;
} }
} }
@media(min-width:1280px)and (max-width:1368px){
.pt-container-ppal {
padding-top: 10px;
}
}
@media(min-width:1370px)and (max-width:1441px){
.pt-container-ppal {
padding-top: 10px;
}
}
@media (min-width: 1442px)and (max-width: 1600px) {
.pt-container-ppal {
padding-top: 10px;
}
}
@media(min-width:2100px){ @media(min-width:2100px){
.pt-container-ppal { .pt-container-ppal {
padding-top: 10%; padding-top: 10%;
...@@ -599,6 +614,17 @@ a:focus { ...@@ -599,6 +614,17 @@ a:focus {
margin-bottom:20px; margin-bottom:20px;
} }
} }
@media(min-width:900px)and (max-width:1024px){
.icono-menu-saludable{
width:40%;
}
.mt-lista-home{
margin-top:20px;
}
.mt-logout-home{
margin-top:80px;
}
}
/***_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_ po típico 1366x768**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_ */ /***_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_ po típico 1366x768**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment