Skip to content
2 changes: 2 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ url: https://UCL-ARC.github.io/python-tooling

aux_links:
Source repository: https://github.com/UCL-ARC/python-tooling

logo: "https://raw.githubusercontent.com/UCL-ARC/python-tooling/main/images/logo.svg"
8 changes: 8 additions & 0 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
div.site-header {
max-height: 15em;
height: 15em;
Comment on lines +2 to +3
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As max-height attribute is set in theme styling found I needed to override both max-height and height for this to work but someone with more CSS knowledge may know a better approach.

}

div.site-logo {
background-position: center center;
}
131 changes: 131 additions & 0 deletions images/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
101 changes: 101 additions & 0 deletions images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.