Change footer font-size and font-family
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user