1
Fork 0
This commit is contained in:
Joshua Moerman 2020-01-04 17:30:21 +01:00
parent b76f5c8476
commit 29ffbcfa09
2 changed files with 8 additions and 2 deletions

View file

@ -109,7 +109,7 @@
Below is a table of the different features we provide. Below is a table of the different features we provide.
<table> <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 models per month<td>10<td>9000
<tr><td>Maximal number of states per model<td>50<td>1000000 <tr><td>Maximal number of states per model<td>50<td>1000000
<tr><td>Maximal number of transitions per model<td>100<td>9000000 <tr><td>Maximal number of transitions per model<td>100<td>9000000

View file

@ -128,6 +128,7 @@ h3 {
table { table {
border-collapse: collapse; border-collapse: collapse;
max-width: 100%;
} }
table th { table th {
@ -142,7 +143,6 @@ table td {
.rowheader { .rowheader {
border-bottom: 2px solid #dd3b2a; border-bottom: 2px solid #dd3b2a;
margin-bottom: 15px;
} }
/* star */ /* star */
@ -245,4 +245,10 @@ footer a:hover {
.middle { .middle {
padding: 5px; padding: 5px;
} }
table th {
padding: 8px;
}
table td {
padding: 4px;
}
} }