fixed some spacing
This commit is contained in:
parent
159947b51f
commit
853b36fe0a
@ -24,7 +24,6 @@ class Crunchbutton_Notification extends Cana_Table {
|
||||
break;
|
||||
|
||||
case 'phone':
|
||||
|
||||
$twilio = new Services_Twilio(c::config()->twilio->{$env}->sid, c::config()->twilio->{$env}->token);
|
||||
$call = $twilio->account->calls->create(
|
||||
c::config()->twilio->{$env}->outgoing,
|
||||
|
||||
@ -1049,6 +1049,12 @@ and (min-width : 1024px) {
|
||||
.meal-item:nth-child(3n+1) {
|
||||
margin-left: 0px;
|
||||
}
|
||||
.short-meal-list .meal-item {
|
||||
margin-left: 0;
|
||||
}
|
||||
.short-meal-list .meal-item:nth-child(2n+2) {
|
||||
margin-left: 16px;
|
||||
}
|
||||
.payment-card-info {
|
||||
margin-left: 395px;
|
||||
font-size: 12px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user