navbar update

This commit is contained in:
gurusabarish
2020-08-29 23:05:52 +05:30
parent 20888a56e0
commit 2ee892e5d3
17 changed files with 1865 additions and 55 deletions
+10
View File
@@ -1,3 +1,4 @@
/*blog*/
.item-title {
font-family: 'Alata', sans-serif;
color: rgba(0, 0, 0, 0.541);
@@ -28,6 +29,15 @@
}
}
/*footer*/
.footer {
background: #f2f2f2;
}
/*home*/
.home {
height: 100vh;
padding: 0;
margin: 0;
overflow: hidden;
}