We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9927099 commit a50b56aCopy full SHA for a50b56a
common/common.scss
@@ -161,8 +161,7 @@
161
.category-box {
162
display: flex;
163
flex-grow: 1;
164
- background-color: #fff;
165
- // background-color: var(--secondary);
+ background-color: var(--secondary);
166
border-left-width: 0;
167
border-radius: 12px;
168
margin: 0 0;
@@ -190,13 +189,14 @@
190
189
column-gap: 48px;
191
padding: 0;
192
.category-logo {
+ background-color: none;
193
align-self: center;
194
display: inline-block;
195
width: 132px;
196
height: 132px;
197
img {
198
height: 100%;
199
- width: 100%;
+ // width: 100%;
200
}
201
.category-abbreviation {
202
display: none;
0 commit comments