fix(backup): correct centering of cta-buttons on some platforms

This commit is contained in:
Jason Dreyzehner 2016-11-14 17:12:24 -05:00
parent 09bdcc3ce4
commit 590023616d
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
%cta-buttons {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}