Browse Source

styling for image captions

main
Simon Bowie 1 year ago
parent
commit
c198fadbfb
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      web/app/static/styles/custom.css

+ 6
- 0
web/app/static/styles/custom.css View File

margin: 1rem 0rem !important; margin: 1rem 0rem !important;
} }


img + em {
text-align: center;
font-size: .8rem;
}


/***************** MOBILE ****************/ /***************** MOBILE ****************/


@media screen and (min-width:0px) and (max-width: 768px) { @media screen and (min-width:0px) and (max-width: 768px) {

Loading…
Cancel
Save