Skip to content

Commit

Permalink
Issue #1 - reduce top padding for search. Add styling for the sidebar…
Browse files Browse the repository at this point in the history
…. Remove bullets from any unordered list
  • Loading branch information
bobbingwide committed Mar 25, 2021
1 parent b95ecef commit 7965370
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ textarea {
}

.wp-block-search .wp-block-search__inside-wrapper {
padding-top: 10px;
padding-top: 5px;
}


Expand Down Expand Up @@ -276,8 +276,27 @@ ul.wp-block-navigation__container {
padding-right: 22px;
}

/* ## Site Header Navigation
--------------------------------------------- */
/* Sidebar styling */
aside {
font-size: 14px;
margin: 0;
margin-top: 100px;
}

aside h4 {
font-size: 18px;
margin-bottom: 20px;
font-weight: 400;
}

aside ul {
padding-inline-start: 0;
}

li {
list-style-type: none;
}


/* Footer styling */
footer.wp-block-template-part {
Expand Down

0 comments on commit 7965370

Please sign in to comment.