view-page.css 306 B

12345678910111213141516171819
  1. .tag-item {
  2. text-transform: capitalize !important;
  3. margin-right: 5px !important;
  4. }
  5. #asset-content-div img {
  6. max-width: 100%;
  7. }
  8. .blueimp-gallery > .description {
  9. position: absolute;
  10. top: 30px;
  11. left: 15px;
  12. color: #fff;
  13. display: none;
  14. }
  15. .blueimp-gallery-controls > .description {
  16. display: block;
  17. }