summaryrefslogtreecommitdiff
path: root/_static
diff options
context:
space:
mode:
Diffstat (limited to '_static')
-rw-r--r--_static/custom.css15
-rw-r--r--_static/sample-pos-config.json2
2 files changed, 16 insertions, 1 deletions
diff --git a/_static/custom.css b/_static/custom.css
new file mode 100644
index 00000000..d34fd74e
--- /dev/null
+++ b/_static/custom.css
@@ -0,0 +1,15 @@
+@media (min-width: 960px) {
+ .container {
+ max-width: 100rem;
+ }
+
+ .bd-sidebar {
+ flex-basis: 25%;
+ }
+}
+
+@media (min-width: 768px) {
+ .bd-sidebar {
+ max-width: 25%;
+ }
+}
diff --git a/_static/sample-pos-config.json b/_static/sample-pos-config.json
index f0789104..db4dca6e 100644
--- a/_static/sample-pos-config.json
+++ b/_static/sample-pos-config.json
@@ -1,7 +1,7 @@
{
"config": {
"base_url": "https://backend.demo.taler.net/instances/pos",
- "api_key": "sandbox"
+ "api_key": "secret-token:sandbox"
},
"categories": [
{