Commit 9d70edb9 by Brian Talbot

tweaking text-align on step__action messages

parent 0e61000a
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -245,26 +245,29 @@
.message {
display: block;
margin-bottom: ($baseline-v/2);
text-align: left;
@include media($bp-ds) {
@include span-columns(3 of 6);
margin-bottom: 0;
text-align: left;
}
@include media($bp-dm) {
@include span-columns(6 of 12);
margin-bottom: 0;
text-align: left;
}
@include media($bp-dl) {
@include span-columns(6 of 12);
margin-bottom: 0;
text-align: left;
}
@include media($bp-dx) {
@include span-columns(6 of 12);
margin-bottom: 0;
text-align: left;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment