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 get | Free Plan | Premium Plan + |
---|---|---|
You get | Free | Premium BaaS |
Maximal number of models per month | 10 | 9000 |
Maximal number of states per model | 50 | 1000000 |
Maximal number of transitions per model | 100 | 9000000 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 |