Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 98d6386

Browse files
author
Pablo Huerta
committed
Added formats to h2 header so is not overriden by parent css
1 parent 376dee0 commit 98d6386

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/app-footer/app-footer.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
h2 {
1313
color: $white;
1414
font-size: 1.6rem;
15+
line-height: normal;
1516
margin-bottom: 1.5rem;
17+
letter-spacing:normal;
18+
text-align: left;
1619
@include media-breakpoint-down(md) {
1720
font-size: 1.3rem;
1821
margin-bottom: 1rem;

0 commit comments

Comments
 (0)