diff --git a/hosting/static/hosting/css/price_calculator.css b/hosting/static/hosting/css/price_calculator.css index 310a9d05..24624f10 100644 --- a/hosting/static/hosting/css/price_calculator.css +++ b/hosting/static/hosting/css/price_calculator.css @@ -45,13 +45,17 @@ background: #fff; box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2); padding-bottom: 30px; - /* border-radius: 7px; */ text-align: center; - /* margin-right: auto; */ max-width: 320px; position: relative; } +@media (min-width: 768px) { + .price-calc-section .card { + margin-left: 0; + } +} + .price-calc-section .landing { width: 100% !important; } diff --git a/hosting/templates/hosting/calculator_form.html b/hosting/templates/hosting/calculator_form.html index 879f2054..18bdd3cb 100644 --- a/hosting/templates/hosting/calculator_form.html +++ b/hosting/templates/hosting/calculator_form.html @@ -5,7 +5,7 @@ 15 CHF/{% trans "Month" %}
-

{% trans "VAT included" %}

+ {% trans "VAT included" %}
diff --git a/hosting/templates/hosting/create_virtual_machine.html b/hosting/templates/hosting/create_virtual_machine.html index aff7862a..4ba5274e 100644 --- a/hosting/templates/hosting/create_virtual_machine.html +++ b/hosting/templates/hosting/create_virtual_machine.html @@ -4,7 +4,7 @@ {% block content %}
-
+

{% trans "Create VM" %}

{% if messages %}