diff --git a/README.md b/README.md index 595889480..319abf364 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PictoPy is an advanced desktop gallery application that combines the power of Ta     -1. First, join the **[Discord Server](https://discord.gg/hjUhu33uAn) (Go to Projects->PictoPy)** to chat with everyone. +1. First, join the **[ DISCORD SERVER ](https://discord.gg/hjUhu33uAn) (Go to Projects->PictoPy)** to chat with everyone. 2. For detailed setup instructions, coding guidelines, and the contribution process, please check out our [CONTRIBUTING.md](./CONTRIBUTING.md) file. # Architecture diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index e7f412d2b..003c061ac 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -312,6 +312,18 @@ } } +/* fix text padding issue -prevent letters from bring cut off */ +button, +input, +select, +textarea, +.md-typeset p, +.md-typeset li { + line-height : 1.5; + padding-top: 0.4rem; + padding-bottom :0.4 rem; +} + \ .md-footer-meta__inner.md-grid { display: flex !important;