OA.css 294 B

123456789101112131415161718192021222324
  1. #time {
  2. color: #898989;
  3. font-style: italic;
  4. font-weight: 400;
  5. }
  6. #artist_name {
  7. font-style: italic;
  8. font-weight: 400;
  9. color: #696969;
  10. }
  11. #nome_oggetto {
  12. color: #b61924;
  13. font-weight: 400;
  14. }
  15. #artist .row {
  16. padding-left: 0px;
  17. }
  18. #artist .col-9 {
  19. padding-left: 0px;
  20. }