Fixing brading in IOS.

This commit is contained in:
Sergiotarxz 2025-01-13 09:31:21 +01:00
parent 9ebf600770
commit 9068f7c5b7
2 changed files with 10 additions and 2 deletions

View File

@ -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; }

View File

@ -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;
}
}