Fixing brading in IOS.
This commit is contained in:
parent
9ebf600770
commit
9068f7c5b7
@ -20,10 +20,14 @@ a.brand {
|
||||
color: black;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
font-size: 2em; }
|
||||
font-size: 2em;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
margin-left: 5px; }
|
||||
a.brand img {
|
||||
height: 0.8em;
|
||||
width: fit-content; }
|
||||
width: fit-content;
|
||||
aspect-ratio: 1 / 1; }
|
||||
|
||||
body.aliexpress-redirection {
|
||||
background: azure; }
|
||||
|
@ -44,9 +44,13 @@ a.brand {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
font-size: $font_size_brand;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
margin-left: 5px;
|
||||
img {
|
||||
height: 0.8em;
|
||||
width: fit-content;
|
||||
aspect-ratio: 1 / 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user