implement some image resizing (todo: implement in whole website)

fix/improve css
change arrow-fade mode
This commit is contained in:
Lorenzo Dellacà
2020-08-16 17:58:46 +02:00
parent 3b4b716667
commit 061b6dc122
9 changed files with 206 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.3",
"version": "0.0.4",
"engines": {
"ghost-api": "v3"
},
@@ -13,8 +13,17 @@
"config": {
"posts_per_page": 10,
"image_sizes": {
"xxs": {
"width": 64
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
}
}
}