14 lines
No EOL
245 B
CSS
14 lines
No EOL
245 B
CSS
/*QuestionItem.module.css*/
|
|
|
|
.questionCard{
|
|
width: 100%;
|
|
background-color: white;
|
|
display: flex;
|
|
margin-bottom: 34px;
|
|
padding: 27px 29px 26px 36px;
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.questionCard:last-child{
|
|
margin-bottom: 0;
|
|
} |