Skip to content
Snippets Groups Projects
Commit 42e0fd6d authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files

quiz

parent adf0de9c
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,29 @@
width: 300px; /* Make smaller for mobile */
height: 300px; /* Adjust height accordingly */
}
.quiz-wrapper {
flex-direction: column; /* Stack the elements vertically */
padding: 10px; /* Reduce padding */
}
.quiz-front, .quiz-back {
padding: 10px; /* Reduce padding for mobile */
}
.quiz-heading {
font-size: 1.2em; /* Make the heading smaller for mobile */
}
.quiz-text {
font-size: 1em; /* Adjust text size for readability on smaller screens */
margin-bottom: 10px;
}
.quiz-button-box {
margin-top: 5px;
justify-content: space-evenly; /* Adjust button layout for mobile */
}
.row-if-small{
--bs-gutter-x: 1.5rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment