diff options
Diffstat (limited to 'assets/_shortcodes.scss')
-rw-r--r-- | assets/_shortcodes.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/_shortcodes.scss b/assets/_shortcodes.scss index 451f8b8..97b7dc3 100644 --- a/assets/_shortcodes.scss +++ b/assets/_shortcodes.scss @@ -77,8 +77,7 @@ > div { margin: $padding-16 0; - // max-width: 50%; - min-width: $body-min-width * 0.66; + min-width: $body-min-width / 2; padding: 0 $padding-16; } } @@ -102,7 +101,6 @@ a.book-btn { &.#{$name} { border-left-color: $color; background-color: rgba($color, 0.1); - // background-color: $gray-100; } }; } |