Fix lane icon default height when no css
Add height attribute to image and br tags for formatting when no css is available.
This commit is contained in:
@@ -311,7 +311,7 @@ a.lane-button {
|
||||
|
||||
}
|
||||
a.lane-button img {
|
||||
height: 110px;
|
||||
height: clamp(95px, calc(100vw - var(--for-tablet-portrait-up)), 110px);
|
||||
filter: invert(60%) sepia(50%) hue-rotate(140deg) saturate(200%);
|
||||
transform: scaleX(0.9);
|
||||
}
|
||||
|
Reference in New Issue
Block a user