From commits-return-8097-archive-asf-public=cust-asf.ponee.io@community.apache.org Wed Aug 29 02:53:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 42BD8180621 for ; Wed, 29 Aug 2018 02:53:04 +0200 (CEST) Received: (qmail 89496 invoked by uid 500); 29 Aug 2018 00:53:03 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 89487 invoked by uid 99); 29 Aug 2018 00:53:03 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2018 00:53:03 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id E511D3A02EC for ; Wed, 29 Aug 2018 00:53:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1839525 - /comdev/project-logos/site/css/logofinder.css Date: Wed, 29 Aug 2018 00:53:02 -0000 To: commits@community.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180829005302.E511D3A02EC@svn01-us-west.apache.org> Author: humbedooh Date: Wed Aug 29 00:53:02 2018 New Revision: 1839525 URL: http://svn.apache.org/viewvc?rev=1839525&view=rev Log: margins for various screen sizes Modified: comdev/project-logos/site/css/logofinder.css Modified: comdev/project-logos/site/css/logofinder.css URL: http://svn.apache.org/viewvc/comdev/project-logos/site/css/logofinder.css?rev=1839525&r1=1839524&r2=1839525&view=diff ============================================================================== --- comdev/project-logos/site/css/logofinder.css (original) +++ comdev/project-logos/site/css/logofinder.css Wed Aug 29 00:53:02 2018 @@ -4,6 +4,46 @@ body { line-height: 1.25 !important; } +#wrapper > div { + width: auto; + margin: 0 auto; + } + +@media (min-width: 425px) { + #wrapper > div { + width: 420px; + margin: 0 auto; + } +} + +@media (min-width: 850px) { + #wrapper > div { + width: 850px; + margin: 0 auto; + } +} + +@media (min-width: 1280px) { + #wrapper > div { + width: 1270px; + margin: 0 auto; + } +} + +@media (min-width: 1730px) { + #wrapper > div { + width: 1700px; + margin: 0 auto; + } +} + +@media (min-width: 2160px) { + #wrapper > div { + width: auto; + margin: 0 auto; + } +} + .project_rect { color: #000; width: 400px;