Make /tags/ page responsive, fix some paddings

In post cards, the "tag and date" text was slightly moved to the right and looked ugly. This was fixed.
The /tags/ page had a horizontal padding of 0 which made it look ugly. Solved.
The /tags/ page now scales based on screen size and is responsive. Fixes #5
This commit is contained in:
Lorenzo Dellacà
2020-11-10 21:25:33 +01:00
parent 3532021222
commit e4bb647586
2 changed files with 35 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.10",
"version": "0.0.11",
"engines": {
"ghost-api": "v3"
},