funky-framadate-front/src/styles/partials/_responsive.scss

28 lines
405 B
SCSS

// small screens
@media (min-width: 600px) {
.feedback-container {
//position: fixed;
}
}
// wide screen like desktop
@media (min-width: $widescreen) {
.step {
padding: 6rem 0;
}
.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%;
}
}
}