Commit 55f8edef344f96d84eb7d85fd2ede4bd98f10e6f
1 parent
1e3c5d42
Exists in
master
and in
2 other branches
Solving banner title bug responsive
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
... | ... | @@ -279,6 +279,11 @@ |
279 | 279 | .slide_toggle{ |
280 | 280 | visibility: hidden; |
281 | 281 | } |
282 | + .carousel-caption{ | |
283 | + position: static; | |
284 | + text-align: center; | |
285 | + font-size: 1em; | |
286 | + } | |
282 | 287 | } |
283 | 288 | @media(max-width:610px){ |
284 | 289 | .outside-title{ |
... | ... | @@ -293,4 +298,9 @@ |
293 | 298 | p{ |
294 | 299 | margin: 10px; |
295 | 300 | } |
301 | + .carousel-caption{ | |
302 | + position: static; | |
303 | + text-align: center; | |
304 | + font-size: 1em; | |
305 | + } | |
296 | 306 | } | ... | ... |