Skip to content

Commit

Permalink
fix: footer font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli committed Nov 18, 2024
1 parent e3804ac commit e274089
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/scss/custom/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.it-footer {
font-size: 1rem;
a {
color: $white;
&:hover {
Expand All @@ -15,19 +16,12 @@

h4 {
text-transform: uppercase;
font-size: 1rem;
}

h4 a {
// color: $white;
}

.link-list-wrapper ul li {
a:not(.disabled) {
padding: 0;
font-size: 1rem;
line-height: 2rem;
// color: $white;
text-decoration: underline;
}
}
Expand All @@ -41,7 +35,6 @@

a {
display: flex;
// color: $header-center-text-color;
align-items: center;
text-decoration: none;

Expand Down Expand Up @@ -98,12 +91,6 @@
}
}
}

a,
a:hover:not(.disabled) {
// color: $white;
font-size: 1rem;
}
}

.form-newsletter {
Expand Down

0 comments on commit e274089

Please sign in to comment.