Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeRDark
titlecustomerid/application/custom/style.css
body > .content::after {
    background: #fff url("/eidm2/res/logo") no-repeat scroll 50% 50%;
    border-top: 1px solid grey;
    content: "";
    float: left;
    height: 130px;
    margin: 0;
    max-width: 1280px;
    padding: 0;
    width: 100%;
}

Adjust any media queries respectively for desired behaviour for responsive design.