diff --git a/components/JobSection/index.scss b/components/JobSection/index.scss index dcdbed48..3cb9a6d4 100644 --- a/components/JobSection/index.scss +++ b/components/JobSection/index.scss @@ -28,10 +28,20 @@ flex-direction: column; width: 100%; - h3 { - font-size: $font-medium; - font-weight: $medium; + .JobName { + align-items: center; + display: flex; + gap: $unit-half; padding: $unit 0 $unit * 2; + + h3 { + font-size: $font-medium; + font-weight: $medium; + } + + img { + width: $unit-4x; + } } select { diff --git a/components/JobSection/index.tsx b/components/JobSection/index.tsx index 5ff48ed5..8411cfbb 100644 --- a/components/JobSection/index.tsx +++ b/components/JobSection/index.tsx @@ -146,7 +146,13 @@ const JobSection = (props: Props) => { ref={selectRef} /> ) : ( -