fix: quiz card layout

This commit is contained in:
Jannat Patel
2022-02-21 15:23:23 +05:30
parent 28ef8e7db7
commit eb073ebe87
4 changed files with 24 additions and 18 deletions

View File

@@ -824,10 +824,15 @@ input[type=checkbox] {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 5rem;
}
.question {
flex-direction: column;
}
.question-card {
flex-direction: column;
padding: 1.25rem;
}
@@ -1721,6 +1726,7 @@ pre {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 2rem;
}
.question-number {