diff --git a/css/clear-typography.css b/css/clear-typography.css index e23ede2..a712183 100644 --- a/css/clear-typography.css +++ b/css/clear-typography.css @@ -171,7 +171,7 @@ hr { /* ------------------ QUOTE ------------------- */ blockquote { - border-width: 0 0 0 0.15em; + border-width: 0 0 0 0.2em; border-style: solid; border-radius: 3px; margin: 0.5em 0.1em 0.5em 0.1em; @@ -182,7 +182,7 @@ blockquote { border-color: rgba(255, 255, 255, 0.15); } pre { - border-width: 0 0 0 0.15em; + border-width: 0 0 0 0.2em; border-style: solid; border-radius: 3px; margin: 0.5em 0.1em 0.5em 0.1em; diff --git a/scss/clear-typography.scss b/scss/clear-typography.scss index c0bce02..e0a59be 100644 --- a/scss/clear-typography.scss +++ b/scss/clear-typography.scss @@ -202,7 +202,7 @@ hr { /* ------------------ QUOTE ------------------- */ @mixin well() { - border-width: 0 0 0 0.15em; + border-width: 0 0 0 0.2em; border-style: solid; border-radius: 3px;