aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin Borner2023-11-13 16:08:39 +0100
committerMarvin Borner2023-11-13 16:08:39 +0100
commit53886ba80e1e95a058e9c6b393d6f0ce3b6cdf9f (patch)
tree69a6e1609f2af8691e3420c62e2c0f940758077e
parentbd1b6690c6847532e59841149b89bc7a8469f586 (diff)
Bumped max-width percentage
-rw-r--r--docs/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index 472b212..d986c71 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -78,7 +78,7 @@ a {
@media(min-width: 1800px) {
.example {
flex-flow: row nowrap;
- max-width: 35%;
+ max-width: 45%;
}
.instructions {