This commit is contained in:
gurusabarish
2020-08-30 00:41:07 +05:30
parent 2ee892e5d3
commit 72e49d4efa
17 changed files with 38 additions and 186 deletions
@@ -27,17 +27,4 @@
.img-fluid {
height: 200px !important;
}
}
/*footer*/
.footer {
background: #f2f2f2;
}
/*home*/
.home {
height: 100vh;
padding: 0;
margin: 0;
overflow: hidden;
}
+4
View File
@@ -0,0 +1,4 @@
/*footer*/
.footer {
background: #f2f2f2;
}
+7
View File
@@ -0,0 +1,7 @@
/*home*/
.home {
height: 100vh;
padding: 0;
margin: 0;
overflow: hidden;
}