Some minor header changes

This commit is contained in:
southerntofu 2020-09-24 10:08:00 -04:00
parent 571acb908c
commit 2fec08ce63
4 changed files with 18 additions and 3 deletions

View File

@ -23,6 +23,7 @@ max_width = "800px"
header = "_common/header.md"
menu = "_common/menu.md"
stylesheets = [ "style.css", "custom.css" ]
[extra.forge]
# The baseURL for files tracked on the forge

View File

@ -3,6 +3,6 @@
# forge suite
![logo forge](/~southerntofu/forge/logo.png)
## Ta Livraison/Intégration Continue (CI/CD) KISS & DIY
![logo forge](/~southerntofu/forge/logo.png)

View File

@ -3,6 +3,7 @@
# forge suite
## Your DIY/KISS Continuous Integration & Delivery
![forge logo](/~southerntofu/forge/logo.png)
## Your DIY/KISS Continuous Integration & Delivery

13
sass/custom.scss Normal file
View File

@ -0,0 +1,13 @@
header {
> p > img {
max-height: 25vh;
}
> h2 {
margin-top: 0;
}
> h1 {
margin-bottom: 0;
}
}