diff --git a/hosting/static/hosting/css/commons.css b/hosting/static/hosting/css/commons.css index 74d154d1..568fc867 100644 --- a/hosting/static/hosting/css/commons.css +++ b/hosting/static/hosting/css/commons.css @@ -88,10 +88,14 @@ .modal-title { margin: 0; line-height: 1.42857143; - font-size: 22px; - padding: 20px 0; + font-size: 25px; + padding: 0; font-family: 'Lato', sans-serif; } +.modal-text { + padding-top: 20px; + font-size: 16px; +} .modal-footer { border-top: 0px solid #e5e5e5; width: 100%; diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html index 7adc4cd3..afe8f297 100644 --- a/hosting/templates/hosting/orders.html +++ b/hosting/templates/hosting/orders.html @@ -53,16 +53,16 @@