Answer the question
In order to leave comments, you need to log in
How to minimize css so that identical blocks are not duplicated?
There is CSS:
@media screen and (max-width: 500px) {
html {
font-size: 8px; } }
@media screen and (max-width: 500px) {
.main-header .logo {
display: none; } }
@media screen and (max-width: 500px) {
html {
font-size: 8px; }
.main-header .logo {
display: none; }}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question