setup fontawesome, footer update

This commit is contained in:
gurusabarish
2020-11-27 20:38:13 +05:30
parent 1f9957e1a9
commit c18d6a1fd9
26 changed files with 9640 additions and 74 deletions
+12 -14
View File
@@ -4,22 +4,16 @@
<link rel="icon" href="{{ .Site.Params.favicon | default "/images/favicon.png"}}" type="image/gif">
<!-- Header and Footer -->
<style>
/*footer*/
.footer {
background: #f2f2f2;
/* footer */
footer {
background-color: #1c2d41;
color: #8392a5;
border-top-width: 1px !important;
border-color: #8392a5;
}
.navbar-text {
font-size: 17px;
}
.footer-site {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
iframe {
border: none;
footer a {
color: #8392a5;
}
/*navbar*/
@@ -27,6 +21,10 @@
color: #101820ff;
}
.navbar-text {
font-size: 17px;
}
.navbar-brand {
font-size: 22px;
}