Skip to content

Commit 5e377d3

Browse files
committed
feat: add css for expore more
1 parent 00b7934 commit 5e377d3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/pages/Portfolio/features/PortfolioContent/AppCenter/AppCenter.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,12 @@
4949
grid-area: 3 / 1 / 3 / 1;
5050
}
5151
}
52+
53+
.app_center-explore_more {
54+
margin: auto;
55+
display: flex;
56+
align-items: center;
57+
justify-content: center;
58+
flex-direction: column;
59+
}
5260
}

src/pages/Portfolio/features/components/ExploreMore/ExploreMore.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.explore-more {
2+
position: relative;
23
color: green;
34
display: flex;
45
justify-content: center;
@@ -7,7 +8,7 @@
78
}
89

910
.weekly-progress {
10-
position: absolute;
11+
position: relative;
1112
color: green;
1213
display: flex;
1314
flex-direction: column;

0 commit comments

Comments
 (0)