Logo white

Timur Kastemirov / new-linija-svitla

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • new-linija-svitla
  • frontend
  • web
  • css
  • _page.scss
  • index page
    e97db116
    Timur Kastemirov authored
    2017-06-29 19:39:33 +0300  
    Browse Code ยป
_page.scss 343 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
.page-view {
  margin-top: 13px;
  p, h1, h2, h3, h4, h5, h6, table {
    margin-bottom: 15px;
    line-height: normal;
  }
  p {
    line-height: 16px;
  }
  img {
    opacity: 1 !important;
    vertical-align: top;
    max-width: 100%;
  }
  table {
    max-width: 100%;
  }
}

@media (max-width: 992px) {

}

@media (max-width: 767px) {

}