Update feature table with new transfer limits

This commit is contained in:
2022-02-28 16:35:51 +01:00
parent 0c25e3e474
commit 7adc2f6d16
6 changed files with 52 additions and 24 deletions

View File

@@ -150,7 +150,7 @@ section {
width: 100%;
height: auto;
padding: 0;
text-align: left;
text-align: initial;
clear: both;
}
@@ -318,7 +318,7 @@ tr > td, tr > th {padding: 0.2em 0.5em;}
}
pre {
margin: 16px;
padding: 10px;
border-bottom: 1px var(--layer_2_color_border) solid;
overflow-x: auto;
}