Skip to content

Commit 7518676

Browse files
address javier comments
1 parent 4f191ef commit 7518676

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/features/common/components/article/article.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
display: flex;
1414
flex-direction: column;
1515
grid-column: span 6;
16-
max-width: 46rem;
16+
max-width: 56rem;
1717
justify-self: center;
1818

1919
@media #{$breakpoint-dimension-sm} {

src/features/introduction/components/introduction-article/introduction-article.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.container {
55
@include InnerContentFlex;
66
justify-content: start;
7+
margin-bottom: 5rem;
78
}
89

910
.title {

src/libs/theme/styles/globals.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
--color_fg_link_hover: var(--functional-gray-50);
5757
--color_fg_link_pressed: var(--functional-gray-50);
5858

59-
--color_fg_selected: var(--functional-gray-850);
59+
--color_fg_selected: var(--functional-gray-100);
6060
--color_border_selected: var(--functional-gray-850);
6161
--color_border_focus: var(--functional-gray-850);
6262

0 commit comments

Comments
 (0)