I just want the Angular preview in my bowser to look like the mobile form factor, not the default one that just fits to the size of your monitor. Is there a way to set a limit so that new components auto fit to the set size?
I tried using CSS but that did not work.
@media (max-width: 768px) {
}
New contributor
jamakr4 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.