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