diff options
author | Marvin Borner | 2023-11-13 16:08:39 +0100 |
---|---|---|
committer | Marvin Borner | 2023-11-13 16:08:39 +0100 |
commit | 53886ba80e1e95a058e9c6b393d6f0ce3b6cdf9f (patch) | |
tree | 69a6e1609f2af8691e3420c62e2c0f940758077e | |
parent | bd1b6690c6847532e59841149b89bc7a8469f586 (diff) |
Bumped max-width percentage
-rw-r--r-- | docs/style.css | 2 |
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 { |