Skip to content

Commit

Permalink
Feature/wsdev 4992 details (#442)
Browse files Browse the repository at this point in the history
* add: spacing prop to desc

* finish: adjusting desc component spacing
  • Loading branch information
troychaplin authored Nov 14, 2024
1 parent 1d38f15 commit e58d3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/Description/Description.Styles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const styles = {
base: `grid border-b border-cu-black-100 pt-4 pb-3 md:pt-6 md:pb-5`,
base: `grid border-b border-cu-black-100 py-3 md:py-4`,
baseMeta: `last:border-none first:pt-0 first:md:pt-0`,
term: `font-semibold mt-0 md:mt-0 mb-0`,
desc: `!p-0 md:p-0 mt-0 md:mt-0`,
Expand Down

0 comments on commit e58d3d2

Please sign in to comment.