parent
e42bc8616e
commit
e219ced301
10 changed files with 175 additions and 63 deletions
@ -0,0 +1,41 @@ |
||||
|
||||
|
||||
@media only screen and (max-width: 1000px) { |
||||
.Exam{ |
||||
padding-left: 5px !important; |
||||
padding-right: 5px !important; |
||||
width: 100% !important; |
||||
} |
||||
|
||||
.Header{ |
||||
padding-left: 5px !important; |
||||
padding-right: 5px !important; |
||||
} |
||||
|
||||
.Questions-item{ |
||||
margin-bottom: 40px !important; |
||||
} |
||||
|
||||
.Choice-container{ |
||||
padding-right: 0px !important; |
||||
} |
||||
|
||||
.Questions-item-text-container{ |
||||
display: block !important; |
||||
direction: rtl !important; |
||||
} |
||||
.Qitc-badge{ |
||||
margin-bottom: 5px !important; |
||||
} |
||||
.Qitc-text{ |
||||
margin-right: 0 !important; |
||||
} |
||||
|
||||
.guidance{ |
||||
padding-right: 0 !important; |
||||
} |
||||
|
||||
.Footer{ |
||||
padding-right: 0 !important; |
||||
} |
||||
} |
Loading…
Reference in new issue