Increased the margins of the link buttons

This commit is contained in:
Helen Chong 2023-06-23 13:36:17 +08:00
parent dc611fdbfc
commit 18aa4b133c
3 changed files with 3 additions and 1 deletions

View File

@ -485,6 +485,7 @@ article, .content-container {
border: 0.15rem solid var(--link-btn-bg);
border-radius: 0.6rem;
padding: 0.75rem 1rem;
margin: 0.3rem;
background-color: var(--link-btn-bg);
color: var(--link-btn-text);
cursor: pointer;

View File

@ -485,6 +485,7 @@ article, .content-container {
border: 0.15rem solid var(--link-btn-bg);
border-radius: 0.6rem;
padding: 0.75rem 1rem;
margin: 0.3rem;
background-color: var(--link-btn-bg);
color: var(--link-btn-text);
cursor: pointer;

View File

@ -485,13 +485,13 @@ article, .content-container {
border: 0.15rem solid var(--link-btn-bg);
border-radius: 0.6rem;
padding: 0.75rem 1rem;
margin: 0.3rem;
background-color: var(--link-btn-bg);
color: var(--link-btn-text);
cursor: pointer;
font-weight: 700;
text-transform: uppercase;
}
.link-btn,
.link-btn:hover,
.link-btn:visited {