Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
  • Loading branch information
leecalcote committed Jun 27, 2024
1 parent 9927099 commit a50b56a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@
.category-box {
display: flex;
flex-grow: 1;
background-color: #fff;
// background-color: var(--secondary);
background-color: var(--secondary);
border-left-width: 0;
border-radius: 12px;
margin: 0 0;
Expand Down Expand Up @@ -190,13 +189,14 @@
column-gap: 48px;
padding: 0;
.category-logo {
background-color: none;
align-self: center;
display: inline-block;
width: 132px;
height: 132px;
img {
height: 100%;
width: 100%;
// width: 100%;
}
.category-abbreviation {
display: none;
Expand Down

0 comments on commit a50b56a

Please sign in to comment.