diff --git a/public/css/style.css b/public/css/style.css index 3b12def..2fdf31a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -21,6 +21,7 @@ div.infoCard .photosCount {position: absolute;margin: 3px;color: white;backgroun div.header {display: block; position: absolute; top: 0px; left: 40px; z-index: 1000; background-color: rgba(255,255,255,0.7); padding: 5px 10px; border-radius: 0 0 5px 5px;} div.header img {height: 89px;} div.add {cursor: pointer;} +html body h4 {font-weight: bold;} .fotorama {display: inline-block;} div.fotorama__caption {text-align: left;font-size: 9px;margin-bottom: 5px;opacity: 0.6;}