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

Commit b615ab0

Browse files
fix(app-about): update font color and size for header
1 parent b5ad57b commit b615ab0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pages/app-about/app-about.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
height: 780px;
1616
}
1717

18+
p {
19+
color: black;
20+
font-weight: bolder;
21+
}
22+
23+
h1 {
24+
font-size: 2rem;
25+
}
26+
1827
.text-container {
1928
@include media-breakpoint-down(md) {
2029
margin-bottom: 10rem;

0 commit comments

Comments
 (0)