I am new to .Net and to blazor so this may be a dumb question.
There is a way to make the code responsive, so I can show in desktop a div with a Title and Description and in mobile the same div but only with the Title? My desktop desing is really different to my mobile design so i need to do this kind of things quite a lot.
I tried to search for media queries in blazor and i found some things but i dont want to use external libraries, there is a way to do it without them or should I use them?
Thanks for reading, sorry for the dumb question I am a student so I don't know much about responsive good practices.