Commit 8ecfb025 by gema

ajustes responsive

parent 9fda1425
...@@ -969,12 +969,37 @@ a:focus { ...@@ -969,12 +969,37 @@ a:focus {
margin-top:40px; margin-top:40px;
margin-bottom:20px; margin-bottom:20px;
} }
@media (max-width: 415px) {
.text-btn-home{
font-size:0.68em;
@media (min-width: 1199px)and (max-width: 1367px) {
.icono-menu-saludable{
width:36%;
}
.mt-lista-home{
margin-top:40px;
}
.border-box-home{
padding:10px 5px 2px 5px;
border:5px solid #fff;
}
.mt-logout-home{
margin-top:60px;
}
}
@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;
} }
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.text-btn-home{ .text-btn-home{
margin-bottom:10px; margin-bottom:10px;
...@@ -1003,34 +1028,16 @@ a:focus { ...@@ -1003,34 +1028,16 @@ 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;
}
}
@media (min-width: 1199px)and (max-width: 1367px) { @media (max-width: 415px) {
.icono-menu-saludable{
width:36%; .text-btn-home{
} font-size:0.68em;
.mt-lista-home{
margin-top:40px;
}
.border-box-home{
padding:10px 5px 2px 5px;
border:5px solid #fff;
} }
.mt-logout-home{ .p-text-btn-home{
margin-top:60px; padding:5px 3px 0px 3px;
} }
} }
/*----------------------------------------------------------------*/ /*----------------------------------------------------------------*/
/*----------CUADRÍCULA CUADRADOS MISMA ALTURA HOME--------------*/ /*----------CUADRÍCULA CUADRADOS MISMA ALTURA HOME--------------*/
/******************************************************************/ /******************************************************************/
......
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