Is there a recommended maximum number of breakpoints for a website? Having too many breakpoints may not be ideal, but is having 8 breakpoints considered bad for a website I built? The site I created is quite complex, although I attempted to streamline the code by using similar characteristics in various elements:
CSS:
nav ul li, table, video, section ul, footer, .botoes, #nome, #destaque {
margin: auto;
}
nav ul li, .lista p, .smilies {
font-size: 37px;
}