Actualizacion menu superior en mobile

This commit is contained in:
kquiroz
2023-08-18 10:35:57 -04:00
parent 84904eca6a
commit c0218e0a07
11 changed files with 836 additions and 107 deletions

View File

@@ -9031,6 +9031,14 @@ align-items-right {
margin-bottom: 0 !important
}
.m-menu-mobile{
margin-left: 10% !important;
}
.m-top-5{
margin-top: 5px !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important
@@ -32583,8 +32591,15 @@ img.jssocials-share-logo {
.spl-spinner {
background-size: 30px 30px
}
}
@media (min-width: 300px){
.hideIdioma{
display:none !important;
}
}
.hide-scrollbars {
overflow: hidden !important
}

File diff suppressed because one or more lines are too long

View File

@@ -2864,7 +2864,7 @@ textarea.form-control.is-invalid {
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
line-height: 2.5;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

View File

@@ -292,10 +292,15 @@
.free_app_section .container .free_app_inner .free_img {margin-top: 0; justify-content: center;}
.free_app_section .container .free_app_inner .free_img img {max-width: 100%;}
.free_app_section .container .free_app_inner .free_text .section_title {text-align: center;}
.free_app_section .container .free_app_inner .free_text .app_btn {flex-direction: column;}
.free_app_section .container .free_app_inner .free_text .app_btn {flex-direction: column; margin-right: 11%;}
.free_app_section .container .free_app_inner .free_text .app_btn li a {width: 200px; text-align: center;}
.free_app_section .container .free_app_inner .free_text .app_btn li:last-child {margin-left: 0; margin-top: 15px;}
.free_app_section .container .free_app_inner .free_text .app_btn li:last-child {margin-left: 0;}
.li_google{
align-items: center !important;
margin-right: 11% !important;
}
/* latest story section */
.latest_story .story_box {margin-bottom: 30px;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 34 KiB