Add badge logos and encode Danish badges as YAML #56

Merged
benjaoming merged 9 commits from benjaoming/website:badge-definitions into new 2023-01-23 12:11:33 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit c21dcbd199 - Show all commits

2
.gitignore vendored
View File

@ -6,5 +6,5 @@
public
resources
# from docker build
# From docker build
_site

View File

@ -44,8 +44,8 @@
/* Variables */
:root {
--base-grid : 60px;
--base-font-size : 22px;
--base-grid : 40px;
--base-font-size : 20px;
--text-color : #4b3aba;
--bg-color : #fff;
@ -186,7 +186,7 @@ aside nav footer ol li a {
aside header a img {
display : block;
width : 100%;
width : auto;
height : 140px;
}