Skip to content

Commit

Permalink
Added a small margin to the github link
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Kosiewski <[email protected]>
  • Loading branch information
ThomasK33 committed Aug 8, 2023
1 parent cc88ce6 commit 7ef023a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ ul[role="tablist"] li:not([aria-selected="true"]):hover {
[role="tabpanel"] {
background-color: #f7f8fc;
padding: 1.3em;
padding-bottom: 0em;
padding-bottom: 1.3em;
margin: 0 -1.3em 1.8em !important;
border: 1px solid #d2e8fd !important;
border-radius: 5px;
Expand All @@ -178,7 +178,7 @@ ul[role="tablist"] li:not([aria-selected="true"]):hover {
[data-theme="dark"] [role="tabpanel"] {
background-color: #111522;
padding: 1.3em;
padding-bottom: 0em;
padding-bottom: 1.3em;
margin: 0 -1.3em 1.8em !important;
border: 1px solid #d2e8fd !important;
border-radius: 5px;
Expand Down Expand Up @@ -568,6 +568,7 @@ body .markdown {
.github-link:before {
content: "";
margin-left: 14px;
margin-right: 14px;
width: 24px;
height: 24px;
display: flex;
Expand Down

0 comments on commit 7ef023a

Please sign in to comment.