Skip to content

Commit a50b56a

Browse files
committed
auto
Signed-off-by: Lee Calcote <[email protected]>
1 parent 9927099 commit a50b56a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/common.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@
161161
.category-box {
162162
display: flex;
163163
flex-grow: 1;
164-
background-color: #fff;
165-
// background-color: var(--secondary);
164+
background-color: var(--secondary);
166165
border-left-width: 0;
167166
border-radius: 12px;
168167
margin: 0 0;
@@ -190,13 +189,14 @@
190189
column-gap: 48px;
191190
padding: 0;
192191
.category-logo {
192+
background-color: none;
193193
align-self: center;
194194
display: inline-block;
195195
width: 132px;
196196
height: 132px;
197197
img {
198198
height: 100%;
199-
width: 100%;
199+
// width: 100%;
200200
}
201201
.category-abbreviation {
202202
display: none;

0 commit comments

Comments
 (0)