Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
tweak spacing between elements and border size
  • Loading branch information
cuppajoeman committed Sep 14, 2023
1 parent afa0fb1 commit 331b230
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions html/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ a {
border-radius: 10px;
background-color: var(--knowledge-content-background-color);
box-shadow: 5px 10px 8px var(--knowledge-content-shadow-color);
margin: 1.5em 0 1.5em 0;
border: 1px solid var(--knowledge-content-border-color);
margin: 4em 0 4em 0;
border: 2px solid var(--knowledge-content-border-color);
}


Expand Down Expand Up @@ -146,7 +146,6 @@ a {
background-color: rgb(38, 38, 134);
}


.theorem>.title::before {
content: "theorem: "
}
Expand Down

0 comments on commit 331b230

Please sign in to comment.