mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
17 lines
248 B
SCSS
17 lines
248 B
SCSS
|
|
@import "../../styles/constants.scss";
|
|
|
|
|
|
#typeform {
|
|
width: 30em;
|
|
height: 30em;
|
|
@include tablet-portrait-and-below {
|
|
width: 17em;
|
|
height: 25em;
|
|
}
|
|
@include desktop-and-up {
|
|
width: 40em;
|
|
height: 40em;
|
|
}
|
|
}
|