Skip to content

Commit 10687d5

Browse files
committed
Font size of header elements
1 parent b650d0a commit 10687d5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

_sass/_navbar.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
.nav-link,
99
.navbar-brand {
10+
font-size: 18px;
11+
1012
&::after {
1113
@extend .link-after;
1214
width: 0;

_sass/portfolYOU.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"timeline",
1717
"autumn",
1818
"theme",
19-
"theme-dark";
19+
"theme-dark";

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
---
3-
@import "portfolYOU";
3+
@import "portfolYOU";

0 commit comments

Comments
 (0)