diff --git a/index.html b/index.html index 6474dd3..c726f18 100644 --- a/index.html +++ b/index.html @@ -109,7 +109,7 @@ Below is a table of the different features we provide. -
You getFree PlanPremium Plan +
You getFreePremium BaaS
Maximal number of models per month109000
Maximal number of states per model501000000
Maximal number of transitions per model1009000000 diff --git a/style.css b/style.css index debbe02..169ca75 100644 --- a/style.css +++ b/style.css @@ -128,6 +128,7 @@ h3 { table { border-collapse: collapse; + max-width: 100%; } table th { @@ -142,7 +143,6 @@ table td { .rowheader { border-bottom: 2px solid #dd3b2a; - margin-bottom: 15px; } /* star */ @@ -245,4 +245,10 @@ footer a:hover { .middle { padding: 5px; } + table th { + padding: 8px; + } + table td { + padding: 4px; + } } \ No newline at end of file