Skip to content

Commit a180cb5

Browse files
Merge pull request #112 from Web-Dev-Path/fix/btn-link-styles
Fix ButtonLink.js styles
2 parents 4daf753 + 7bef59b commit a180cb5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4949
### Fixed
5050

5151
- component file structure
52+
- ButtonLink.js styles
5253

53-
### Changed
54+
### Changed
5455

5556
- components folder structure
56-
- relative to absolute imports with aliases
57+
- relative to absolute imports with aliases

styles/TwoColumn.module.scss

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,14 @@
7070
max-width: 39rem;
7171
font-size: 1.5rem;
7272
line-height: 1.938rem;
73-
}
74-
75-
a {
76-
text-decoration: underline;
77-
text-underline-offset: 2px;
78-
79-
&:hover {
80-
opacity: 0.6;
81-
text-decoration: none;
73+
a {
74+
text-decoration: underline;
75+
text-underline-offset: 2px;
76+
77+
&:hover {
78+
opacity: 0.6;
79+
text-decoration: none;
80+
}
8281
}
8382
}
8483
}

0 commit comments

Comments
 (0)