I have such class in my css
.this br {
display: none;
}
@media (max-width : 600px) {
.this br {
display: block;
}
}
</style>
and html
<div class="this"><br><br><br><br></div>
How can i put line break in css so that i can just use class