Skip to content

Instantly share code, notes, and snippets.

@Asikur22
Created March 23, 2022 11:36
Show Gist options
  • Save Asikur22/96ef433cc3d1ce0715940cd9088dcf72 to your computer and use it in GitHub Desktop.
Save Asikur22/96ef433cc3d1ce0715940cd9088dcf72 to your computer and use it in GitHub Desktop.
br tag fix on mobile
@media (max-width: 1199px) {
.br-fix p br,
.br-fix br {
content: "";
&:after {
content: " ";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment