Skip to content

Commit ccb1927

Browse files
committed
update styles for responsive categories section.
1 parent 72b4fd7 commit ccb1927

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webpack/sass/main.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ a {
112112
}
113113

114114
.categories {
115-
@extend .padding-top-normal;
115+
@extend .padding-top-small;
116116

117117
.tag {
118+
@extend .margin-top-small;
118119
@extend .margin-right-small;
119120
}
120121
}
@@ -138,6 +139,7 @@ a {
138139

139140
font-weight: bold;
140141
line-height: 1.5;
142+
overflow-wrap: break-word;
141143

142144
.icon {
143145
@extend .padding-right-small;

0 commit comments

Comments
 (0)