You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.module.css 167B

123456
  1. .jinaLogo {
  2. @apply w-4 h-4 bg-center bg-no-repeat inline-block;
  3. background-color: #F5FAFF;
  4. background-image: url(../assets/jina.png);
  5. background-size: 16px;
  6. }