The Proportional Web

52 points by typesanitizer


jak2k
@media screen and (max-width: 480px) {
  :root {
    font-size: 14px;
  }
}

This is not accessible. Don't set the font size to a pixel value ever.