diff options
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 35 |
1 files changed, 35 insertions, 0 deletions
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; + } + } + } + } } } |
