mirror of https://github.com/docker/docs.git
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:
parent
ba7413baff
commit
fed0723f28
|
@ -308,6 +308,8 @@ body#landing {
|
|||
|
||||
li a {
|
||||
cursor: pointer;
|
||||
padding: 10px 3px;
|
||||
@include sm-width { padding: 10px 15px; }
|
||||
}
|
||||
|
||||
li.active a {
|
||||
|
|
Loading…
Reference in New Issue