Skip to content

Commit

Permalink
fix: the footer should be untouched
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Nov 13, 2023
1 parent f8634fa commit 3074fdb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
/*******************************************************************************
* make the footer inlined
*/
.footer-item {
display: inline-block;
}
.footer-item:not(:last-child) {
border-right: 1px solid var(--pst-color-text-base);
margin-right: 0.5em;
padding-right: 0.5em;
}

/*******************************************************************************
* add the dollar sign in console block
*/
Expand Down

0 comments on commit 3074fdb

Please sign in to comment.