Changed width on desktop to absolute value

This commit is contained in:
Tim Ktitarev 2020-03-22 19:21:50 +01:00
parent 0877b4e30a
commit d72ac520d2
5 changed files with 7 additions and 8 deletions

View File

@ -5,12 +5,12 @@
@media screen and (min-width : 906px) {
.help {
width: 30%;
width: 600px;
margin-left: auto;
margin-right: auto;
}
}
button {
width: 80%;
margin-bottom: 5%;

View File

@ -5,10 +5,10 @@
justify-content: center;
padding: 0.5em;
}
@media screen and (min-width : 906px) {
.home {
width: 30%;
width: 600px;
margin-left: auto;
margin-right: auto;
}

View File

@ -40,13 +40,12 @@
<style scoped>
@media screen and (min-width : 906px) {
.questionnaire {
width: 30%;
width: 600px;
margin-left: auto;
margin-right: auto;
}
}
#back-button {
position: absolute;
margin-left: 2%;

View File

@ -75,7 +75,7 @@
@media screen and (min-width : 906px) {
.results {
width: 30%;
width: 600px;
margin-left: auto;
margin-right: auto;
}

View File

@ -9,7 +9,7 @@
@media screen and (min-width : 906px) {
.warning {
width: 30%;
width: 600px;
margin-left: auto;
margin-right: auto;
}