Changeset 17152 for main/kofacustom.lpng/trunk/layout/static
- Timestamp:
- 31 Oct 2022, 16:14:48 (2 years ago)
- Location:
- main/kofacustom.lpng/trunk/layout/static
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/layout/static/custom.css
r17148 r17152 68 68 69 69 .lp-logo { 70 width: 100%; 70 width: 80%; 71 display: block; 72 margin-left: auto; 73 margin-right: auto; 71 74 } 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.