| 1234567891011121314151617181920 |
- @import "tailwindcss";
- .absolute-right-18 {
- right: -18px;
- }
- /* max 768px screen */
- @media (max-width: 768px) {
- .absolute-right-18 {
- right: 0px;
- }
- }
- .font-black{
- font-weight: 700 !important;
- }
- .color-EE0434 {
- color: #EE0434;
- }
|