amenpunk 4 жил өмнө
parent
commit
02dfe9e7f5

+ 2 - 0
src/Components/Home/Candidato.jsx

@@ -39,6 +39,8 @@ export function Preview() {
             <Skeleton height={big_as} animation="wave" />
             <Skeleton height={big_as} animation="wave" />
             <Skeleton height={big_as} animation="wave" />
+            <Skeleton height={big_as} animation="wave" />
+            <Skeleton height={big_as} animation="wave" />
         </Box>
     )
 }

+ 2 - 1
src/Components/listItems.js

@@ -21,7 +21,8 @@ function NavItem (props) {
 
     let { title, route, icon, open, AppBarVisible, setOpen } = props
 
-    if(route.startsWith('prueba') && match && open && !AppBarVisible ){
+    // if(route.startsWith('prueba') && match && open && !AppBarVisible ){
+    if(open && !AppBarVisible ){
         setOpen(false);
         // setAppBarVisible(true)
     }

+ 2 - 0
src/Css/all.css

@@ -216,6 +216,8 @@ a.article:hover {
 .content-section {
     background-color : #f1f1f1;
     padding: 70px 50px;
+    /* padding: 70px 50px; */
+    padding: 40px 0px;
 }
 .nav-item a i{
     color: #212529;