index.css 247 B

1234567891011121314151617181920
  1. @import "tailwindcss";
  2. .absolute-right-18 {
  3. right: -18px;
  4. }
  5. /* max 768px screen */
  6. @media (max-width: 768px) {
  7. .absolute-right-18 {
  8. right: 0px;
  9. }
  10. }
  11. .font-black{
  12. font-weight: 700 !important;
  13. }
  14. .color-EE0434 {
  15. color: #EE0434;
  16. }