Changeset 17152


Ignore:
Timestamp:
31 Oct 2022, 16:14:48 (23 months ago)
Author:
Henrik Bettermann
Message:

Change logo again.

Location:
main/kofacustom.lpng/trunk/layout/static
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/layout/static/custom.css

    r17148 r17152  
    6868
    6969.lp-logo {
    70   width: 100%;
     70  width: 80%;
     71  display: block;
     72  margin-left: auto;
     73  margin-right: auto;
    7174}
     75
     76.obi-datti-image {
     77    width: 80%;
     78    display: block;
     79    margin-left: auto;
     80    margin-right: auto
     81}
     82
     83@media (min-width: 992px) {
     84  .lp-logo {
     85    width: 80%;
     86  }
     87  .obi-datti-image {
     88    width: 80%;
     89  }
     90}
     91
     92@media (min-width: 1200px) {
     93  .lp-logo {
     94    width: 65%;
     95  }
     96  .obi-datti-image {
     97    width: 65%;
     98  }
     99}
Note: See TracChangeset for help on using the changeset viewer.