Move buymeacoffee link and fix blockquote spacing (#60)

This commit is contained in:
Avijit Gupta
2021-08-13 23:15:12 +02:00
committed by GitHub
parent e8b9e86fc5
commit 2e60bab96a
2 changed files with 5 additions and 4 deletions

View File

@@ -9,6 +9,10 @@ Gokarna is an opinionated theme with a focus on minimalism and simplicity.
### Demo: [https://gokarna-hugo.netlify.app](https://gokarna-hugo.netlify.app) ### Demo: [https://gokarna-hugo.netlify.app](https://gokarna-hugo.netlify.app)
## Support the developer
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/avijitgupta)
## Features ## Features
- Minimalistic & fast - Minimalistic & fast
@@ -76,10 +80,6 @@ Google Lighthouse check score: 100%
![Lighthouse Score](/images/lighthouse.png) ![Lighthouse Score](/images/lighthouse.png)
## Support the developer
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/avijitgupta)
## LICENSE ## LICENSE
This code is licensed under [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) This code is licensed under [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)

View File

@@ -258,6 +258,7 @@ blockquote {
border-left: 2px solid var(--light-secondary-color); border-left: 2px solid var(--light-secondary-color);
color: grey; color: grey;
padding-left: 1rem; padding-left: 1rem;
margin-left: 0;
} }
table { table {