p2-inc / phasetwo-docs

docusaurus repo for phasetwo.io public website and documentation
1 stars 12 forks source link

image box shadow in markdown articles not rendering #60

Closed xgp closed 1 year ago

xgp commented 1 year ago

fixed with

.markdown img {                                                                                          
  height: auto;                                                                                          
  box-shadow: 0 0 2.5px;                                                                                 
}