소스 검색

[FIX] layout responsive

amenpunk 3 년 전
부모
커밋
8517a5ad78
3개의 변경된 파일11개의 추가작업 그리고 10개의 파일을 삭제
  1. 3 3
      psicoadmin/src/App.css
  2. 6 6
      psicoadmin/src/Components/Footer.js
  3. 2 1
      psicoadmin/src/Css/all.css

+ 3 - 3
psicoadmin/src/App.css

@@ -109,7 +109,7 @@
109 109
     transition: all 0.3s;
110 110
     cursor: pointer;
111 111
 }
112
-.MuiToolbar-root{
113
-    padding-left: 20px !important;
114
-    /* padding-right: 0px !important; */
112
+.css-1t29gy6-MuiToolbar-root{
113
+    padding-left: 0px !important;
114
+    padding-right: 0 !important;
115 115
 }

+ 6 - 6
psicoadmin/src/Components/Footer.js

@@ -4,13 +4,13 @@ import Link from '@mui/material/Link';
4 4
 
5 5
 export default function Footer(props) {
6 6
     return (
7
-        <Typography variant="body2" color="text.secondary" align="center" {...props}>
8
-            {'Copyright © '}
7
+        <Typography className="footerinfo" variant="body2" color="text.secondary" align="center" {...props}>
8
+            <a href="#">LICENCIA DE USO</a>
9
+            <a href="#">DERECHOS</a>
10
+            <a href="#">PRIVACIDAD</a>
9 11
             <Link color="inherit" href="#">
10
-                Propiedad de Grupo DIT
11
-            </Link>{' '}
12
-            {new Date().getFullYear()}
13
-            {'.'}
12
+                Propiedad de Grupo DIT {new Date().getFullYear()}
13
+            </Link>
14 14
         </Typography>
15 15
     );
16 16
 }

+ 2 - 1
psicoadmin/src/Css/all.css

@@ -215,7 +215,7 @@ a.article:hover {
215 215
 }
216 216
 .content-section {
217 217
     background-color : #f1f1f1;
218
-    padding: 70px 30px;
218
+    padding: 70px 0px;
219 219
 }
220 220
 .nav-item a i{
221 221
     color: #212529;
@@ -3975,6 +3975,7 @@ All this is done for any sub-level being entered.
3975 3975
 .container-fluid{
3976 3976
     /* padding of navigation bar in 0 dont show dpace */
3977 3977
     padding-left : 0px !important;
3978
+    padding-right : 0px !important;
3978 3979
 }
3979 3980
 
3980 3981
 .info_details{