tweaks
This commit is contained in:
parent
b76f5c8476
commit
29ffbcfa09
2 changed files with 8 additions and 2 deletions
|
@ -109,7 +109,7 @@
|
|||
Below is a table of the different features we provide.
|
||||
|
||||
<table>
|
||||
<tr class="rowheader"><th>You get<th>Free Plan<th>Premium Plan
|
||||
<tr class="rowheader"><th>You get<th>Free<th>Premium BaaS
|
||||
<tr><td>Maximal number of models per month<td>10<td>9000
|
||||
<tr><td>Maximal number of states per model<td>50<td>1000000
|
||||
<tr><td>Maximal number of transitions per model<td>100<td>9000000
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue