diff options
| -rw-r--r-- | assets/sass/_custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index 1c8c1fe..e25d0a8 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -62,4 +62,8 @@ ol li::marker { background-repeat: no-repeat; transform-origin: 50% 50%; } + + @media screen and (max-width:557px) { + max-width: 100%; + } } |
