Change footer font-size and font-family

This commit is contained in:
Yash Mehrotra
2021-06-16 18:22:42 +05:30
parent aa8b1bc1a1
commit 4cd9a93d5b

View File

@@ -9,7 +9,6 @@ html {
background-color: rgb(255, 255, 255);
box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px 0px;
color: black;
font-family: "Ubuntu", sans-serif;
font-size: 1.04rem;
height: 70px;
left: 0;
@@ -107,17 +106,20 @@ html {
.footer span {
display: block;
font-size: 0.85rem;
font-size: 0.9rem;
padding: 1px 0;
}
.footer span a {
color: inherit;
font-family: "Ubuntu", sans-serif;
}
/** COMMON **/
.header .footer {
font-family: "Ubuntu", sans-serif;
}
/* ICONS */
.feather {
height: 20px;