From feb52eb777cd8fbb0dedd9c0347f1ed97c5bd56c Mon Sep 17 00:00:00 2001 From: Jack Zhang Date: Mon, 31 Jul 2017 17:47:50 -0700 Subject: [PATCH] Decrease create-your-own integration tile font size on mobile. --- static/styles/landing-page.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/landing-page.css b/static/styles/landing-page.css index f5cf1bfc03..335b4826db 100644 --- a/static/styles/landing-page.css +++ b/static/styles/landing-page.css @@ -2401,6 +2401,10 @@ nav ul li.active::after { font-size: 1em; } + .portico-landing.integrations .integration-lozenge .integration-name.create-your-own { + font-size: 0.95em !important; + } + .portico-landing.integrations .integration-lozenge .integration-category { font-size: .8em; }