Opdateret CSS for answers fra max-width til width

This commit is contained in:
Rasmus Malver 2018-07-07 19:31:04 +02:00
parent 51f31ef87f
commit 4fcb70dca1
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
}
.qa--answer {
max-width: 40rem;
width: 40rem;
p {
margin-bottom: 1em;
@ -64,4 +64,4 @@
}
}
}
}
}