Improve text box style

This commit is contained in:
Helen Chong 2023-09-06 07:52:15 +08:00
parent b05549eb51
commit 648dcf155e
1 changed files with 3 additions and 3 deletions

View File

@ -421,9 +421,9 @@ article, .content-container {
.text-box { .text-box {
background: var(--clr-quote-bg); background: var(--clr-quote-bg);
border: 0.06rem solid var(--clr-main-heading); border: 0.1em solid var(--clr-main-heading);
padding: 0.625rem; padding: 0.4em 0.8em;
margin-bottom: 0.8rem; margin: 0.5em 0;
} }
/* Link button */ /* Link button */