From be4103f6cdebfb7b7b04270c20d6c91eeb61a4f3 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 12 Jun 2015 00:14:38 +0300 Subject: Photos page design --- client/colors.less | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'client/colors.less') diff --git a/client/colors.less b/client/colors.less index 39a95eb..eb77db9 100644 --- a/client/colors.less +++ b/client/colors.less @@ -87,5 +87,40 @@ body { } } } + div.photos-wrapper { + h4 { + color: #2636F9; + font-size: 1em; + text-align: center; + margin-bottom: 0px; + } + h2 { + margin-top: 0px; + color: #2636F9; + font-size: 2.3em; + font-weight: bold; + text-align: center; + } + div.photos { + display: -webkit-flex; + display: flex; + -webkit-justify-content: center; + justify-content: center; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + div.photo { + margin: 3px 8px; + div.title { + color: #333; + font-size: 0.7em; + text-align: center; + } + img { + height: 50px; + width: 50px; + } + } + } + } } } -- cgit v1.3.1