Closed argiepiano closed 2 days ago
@argiepiano , thanks for adding this issue. We rebuilt theme (now it does not based on Basis). Please let us know if you still see this issue.
@argiepiano , we have new release with more fixes - please re-open this ticket of you still see issues. We are doing demo on https://opensource.su.domains/
Thanks for this beautiful theme!
I see the following lines in
main.css
. Is this a typo? These are nested media queries - none of the queries for screens smaller than 768px will ever run. My feeling is that these queries for smaller than 768px screens should not be nested inside@media (min-width: 768px){}
- unless I'm missing something here.