Explorar o código

test responsive size

amenpunk %!s(int64=4) %!d(string=hai) anos
pai
achega
02dfe9e7f5
Modificáronse 3 ficheiros con 6 adicións e 1 borrados
  1. 2 0
      src/Components/Home/Candidato.jsx
  2. 2 1
      src/Components/listItems.js
  3. 2 0
      src/Css/all.css

+ 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;