Feedback indeed.
Use media queries to define a separate rule-set for screens of a specified width. FCC has a section on it using media queries and generall web accesabillity.
@media only screen and (max-width: 480px) {
Put code here.
}