diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css index 801439a..2f792c3 100644 --- a/assets/css/dashboard.css +++ b/assets/css/dashboard.css @@ -72,6 +72,12 @@ .secMainBodySecInside_DashboardSecTopSecRightSec.secMainBodySecInside_DashboardSecTopSecRightSecSearch { } +@media (max-width: 768px) { + .secMainBodySecInside_DashboardSecTopSecRightSec.secMainBodySecInside_DashboardSecTopSecRightSecSearch { + width: 100%; + } +} + .secMainBodySecInside_DashboardSecTopSecRightSec.secMainBodySecInside_DashboardSecTopSecRightSecBtns { align-items: stretch; } @@ -256,6 +262,7 @@ justify-content: center; align-items: center; border: solid 2px #4c82a3; + z-index: 1; } .secMainBodySecInside_DashboardSecMidCardsWrapLinkMidUserOther { @@ -328,3 +335,11 @@ line-height: 1.25; } +.secMainBodySecInside_DashboardSecMidCardsWrapLinkAlt { + position: absolute; + top: 0; + bottom: 0; + right: 0; + left: 0; +} + diff --git a/assets/css/footer.css b/assets/css/footer.css index 2e315c4..eae2517 100644 --- a/assets/css/footer.css +++ b/assets/css/footer.css @@ -70,18 +70,23 @@ .secMainFooterInsideTopSecMidInside { width: 100%; - display: flex; - flex-direction: row; + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 15px; flex-wrap: wrap; justify-content: start; align-items: start; } -@media (max-width: 768px) { +@media (max-width: 992px) { .secMainFooterInsideTopSecMidInside { + width: 100%; display: grid; - grid-template-columns: 1fr 1fr 1fr; + /*grid-template-columns: 1fr 1fr 1fr;*/ + grid-gap: 15px; + flex-wrap: wrap; + justify-content: start; + align-items: start; } } diff --git a/assets/css/styles.css b/assets/css/styles.css index 302daf1..f64289f 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -176,6 +176,12 @@ h1, h2, h3, h4, h5, h6 { background: white; } +@media (max-width: 768px) { + .searchMain { + width: 100%; + } +} + .inputMain { border-radius: 4px; border: solid 1px rgba(0,0,0,0.15); diff --git a/dashboard.html b/dashboard.html index 9a95277..bd8373a 100644 --- a/dashboard.html +++ b/dashboard.html @@ -84,22 +84,15 @@
-