Skip to content

Commit 6fc1a53

Browse files
committed
feat(style): adjust font size and spacing in shell and explore styles
1 parent 3545144 commit 6fc1a53

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/style/explore.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
display: flex;
7676
padding: 0 1rem;
7777
flex-direction: column;
78-
gap: 0.5rem;
78+
gap: 0.125rem;
7979
}
8080
.explore-product {
8181
display: flex;
@@ -87,8 +87,8 @@
8787
height: auto;
8888
min-height: 70px;
8989
.explore-product-avatar {
90-
height: 50px;
91-
width: 50px;
90+
height: 40px;
91+
width: 40px;
9292
display: flex;
9393
justify-content: center;
9494
align-items: center;
@@ -140,8 +140,8 @@
140140
height: auto;
141141
min-height: 70px;
142142
.explore-users-avatar {
143-
height: 50px;
144-
width: 50px;
143+
height: 40px;
144+
width: 40px;
145145
display: flex;
146146
justify-content: center;
147147
align-items: center;
@@ -193,8 +193,8 @@
193193
height: auto;
194194
min-height: 70px;
195195
.explore-organization-avatar {
196-
height: 50px;
197-
width: 50px;
196+
height: 40px;
197+
width: 40px;
198198
display: flex;
199199
justify-content: center;
200200
align-items: center;

src/style/shell.css

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
width: 90%;
127127
justify-content: flex-start;
128128
gap: 1rem;
129+
font-size: 0.875rem;
129130
}
130131
}
131132

0 commit comments

Comments
 (0)