// small screens @media (min-width: 600px) { .feedback-container { //position: fixed; } } // wide screen like desktop @media (min-width: $widescreen) { .date-choice > input:first-of-type { width: 75%; } .date-choice .btn--primary, .several-times { margin-left: 1rem; display: inline-block; } .time-choice { padding: 1em; input { width: 80%; } } }