scss: use a slightly larger border for wells

This commit is contained in:
Kazhnuz 2018-10-13 17:37:46 +02:00
parent 6bdd7ebcee
commit 9f166387db
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;