Skip to content

Commit

Permalink
tax
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Nov 3, 2023
1 parent c268c68 commit d8dc4e3
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
@import 'image-modal_project.scss';
@import 'elements_project.scss';

.td-navbar{
min-height:6rem;
.navbar-brand {
margin: 1.5rem;
margin: 1.25rem;
}
}
.navbar-dark {
background-color: $black;
Expand All @@ -20,16 +23,16 @@

// }
.td-outer {
margin-top: 2rem;
}
.td-content{
h2 {
color: $casper;
}
margin-top: 3rem;
}

// Code formatting.

.td-content {

h2 {
color: $casper;
}
// Inline code
p code,
li > code,
Expand Down Expand Up @@ -79,7 +82,7 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {

// Taxonomy
.taxo-categories {
margin-top: 2rem;
// margin-top: 2rem;
}
.taxonomy {
// .taxonomy-terms-cloud
Expand Down Expand Up @@ -144,10 +147,20 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
z-index: 5;

}
td-sidebar {
td-sidebar__inner {
td-sidebar__search {
td-search {

}
}
}
}
// Left sidebar
.td-sidebar-nav {
overflow: hidden;
padding:0px;

&__section-title {
a {
color: $gray-400;
Expand Down Expand Up @@ -201,7 +214,9 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
height: calc(100vh - 4rem);
overflow-y: auto;
}

.taxo-categories {
margin-top: 2rem;
}
}
.td-page-meta {
a {
Expand Down

0 comments on commit d8dc4e3

Please sign in to comment.