Merge branch 'new' of git.data.coop:data.coop/website into badge-definitions

This commit is contained in:
Benjamin Bach 2023-01-21 23:31:04 +01:00
commit c21dcbd199
Signed by: benjaoming
GPG Key ID: 7D49441634585664
2 changed files with 4 additions and 4 deletions

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;
}