Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
v:2.0:templates [2024/06/24 10:55] – [Customising the SVG Icons] adam | v:2.0:templates [2025/06/03 21:44] (current) – [Minor Styling Customizations] foxybrett | ||
---|---|---|---|
Line 51: | Line 51: | ||
Using the custom code template setting, it's now possible to add CSS and javascript to your templates //without needing to modify the templates themselves// | Using the custom code template setting, it's now possible to add CSS and javascript to your templates //without needing to modify the templates themselves// | ||
- | You can customize your styling | + | You can customize your styling |
< | < | ||
Line 151: | Line 151: | ||
} | } | ||
@media (min-width: 1200px) { | @media (min-width: 1200px) { | ||
- | |||
- | } | ||
- | @media (min-width: 768px) and (max-width: 991px), (max-width: 480px) { | ||
- | |||
- | } | ||
- | |||
- | @media (min-width: 768px) and (max-width: 991px), (max-width: 480px) { | ||
} | } | ||
</ | </ |