Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit da16499

Browse files
committed
fix(search): tags styles tweaks
1 parent 213a183 commit da16499

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/components/app-search-results/app-search-results.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
}
4747

4848
.categories {
49-
display: table;
49+
display: block;
5050
border-spacing: 25px 0;
5151
margin-left: -25px;
5252

5353
div {
5454
background-color: #ff5d00;
5555
border-radius: 20px;
56-
width: 128px;
56+
min-width: 128px;
5757
height: 53px;
5858
text-align: center;
5959
display: table-cell;
@@ -63,6 +63,13 @@
6363
font-size: 16px;
6464
font-weight: 700;
6565
line-height: 19px;
66+
display: inline-block;
67+
padding: 15px;
68+
margin: 3px;
69+
70+
@include media-breakpoint-up(md) {
71+
margin: 3px 20px;
72+
}
6673
}
6774
}
6875
}

0 commit comments

Comments
 (0)