選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

_update.scss 250B

1234567891011121314
  1. .producer-update {
  2. .panel {
  3. h4 {
  4. font-size: 23px;
  5. margin-bottom: 20px;
  6. text-transform: uppercase;
  7. border-bottom: solid 1px gray;
  8. }
  9. h4:not(:first-child) {
  10. margin-top: 45px;
  11. }
  12. }
  13. }