Commit 8ecfb025 by gema

ajustes responsive

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