Skip to content

Commit

Permalink
adjust font size of sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Aug 25, 2023
1 parent 81dbb69 commit 075779e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
max-width: 20%;
}

.sidebar-brand-text {
font-size: 17px; /* Adjust the value as needed */
}

/* --------- misc --------- */

p.rubric {
Expand Down Expand Up @@ -259,15 +263,26 @@ div.sidebar-tree .toctree-l2>.reference:hover {
}

/* Special styling for the evadb logo */
.top-nav-content .left > a.evadb-logo {
/* .top-nav-content .left > a.evadb-logo {
width: 90px;
height: 20px;
height: 25px;
padding: 10px 12px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 0px;
} */

.top-nav-content .left > a.evadb-logo {
width: 150px;
height: 34px;
padding: 1px 10px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 0px;
}

.top-nav-content .left > a.evadb-logo:hover {
Expand Down

0 comments on commit 075779e

Please sign in to comment.