tr:nth-child(odd){
background: rgba(0, 0, 0, 0.2);
}
tr th:nth-child(odd){
background: rgba(0, 0, 0, 0.2);
}
<meta name="viewport" content="width=1000px, initial-scale=1">
то на мобильных устройствах моя вёрстка изменяется по масштабу, и становится мелкой-нечитаемой.
Если я пишу *{ position: fixed; left: 0; bottom: 0; width: 100%; height: 50px; }