Landing page: reduce tab-width to prevent wrapping

The tabs on the "help by project" card were wrapping on
iPhone, so reducing the padding to prevent this.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-05-19 11:48:08 +02:00
parent ba7413baff
commit fed0723f28
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 2 additions and 0 deletions

View File

@ -308,6 +308,8 @@ body#landing {
li a {
cursor: pointer;
padding: 10px 3px;
@include sm-width { padding: 10px 15px; }
}
li.active a {