Skip to content
Snippets Groups Projects
Commit 22b5b09e authored by Oliver Davies's avatar Oliver Davies
Browse files

Removed extra line height for smaller devices

parent cb0459f4
No related branches found
No related tags found
No related merge requests found
......@@ -288,9 +288,11 @@
// Elections voting
.election-ballot-paper .election-candidate-ballot-item a,
#election-vote-form.confirmation .candidate-name {
line-height: $candidate-picture-height;
@include breakpoint($medium) {
.election-ballot-paper .election-candidate-ballot-item a,
#election-vote-form.confirmation .candidate-name {
line-height: $candidate-picture-height;
}
}
#election-vote-form.confirmation table {
......
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