Browse Source

[FIX] layout responsive

amenpunk 3 years ago
parent
commit
8517a5ad78
3 changed files with 11 additions and 10 deletions
  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
     transition: all 0.3s;
109
     transition: all 0.3s;
110
     cursor: pointer;
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
 
4
 
5
 export default function Footer(props) {
5
 export default function Footer(props) {
6
     return (
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
             <Link color="inherit" href="#">
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
         </Typography>
14
         </Typography>
15
     );
15
     );
16
 }
16
 }

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

215
 }
215
 }
216
 .content-section {
216
 .content-section {
217
     background-color : #f1f1f1;
217
     background-color : #f1f1f1;
218
-    padding: 70px 30px;
218
+    padding: 70px 0px;
219
 }
219
 }
220
 .nav-item a i{
220
 .nav-item a i{
221
     color: #212529;
221
     color: #212529;
3975
 .container-fluid{
3975
 .container-fluid{
3976
     /* padding of navigation bar in 0 dont show dpace */
3976
     /* padding of navigation bar in 0 dont show dpace */
3977
     padding-left : 0px !important;
3977
     padding-left : 0px !important;
3978
+    padding-right : 0px !important;
3978
 }
3979
 }
3979
 
3980
 
3980
 .info_details{
3981
 .info_details{