Commit 04436925d4f903af3effd3046bfe02b68b2371b0
1 parent
a86beefd
Главная
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
frontend/web/css/custom.css
... | ... | @@ -189,6 +189,10 @@ |
189 | 189 | padding-bottom: 0px; |
190 | 190 | margin-bottom: 0; |
191 | 191 | } |
192 | +.showcase .item h4{ | |
193 | + color:#fff; | |
194 | + text-shadow: 20px 0px 100px black; | |
195 | +} | |
192 | 196 | @media (max-width: 1199px){ |
193 | 197 | .header-kristal .container .img-responsive{ |
194 | 198 | margin-bottom: -68px; | ... | ... |