diff --git a/Customers/Welcome.aspx b/Customers/Welcome.aspx index f14d3aa..bfbba34 100644 --- a/Customers/Welcome.aspx +++ b/Customers/Welcome.aspx @@ -7,6 +7,25 @@ background-color:#fff; font-size: 1em; } + @media (max-width: 558.98px) { + .container { + width: 112px; + height: 70px; + } + #imgcar{ + width:112px; + height:70px; + } + @media (min-width: 558.98px) { + .container{ + width:1296px; + height:813px; + } + #imgcar{ + width:1296px; + height:813px; + } + } } @@ -40,21 +59,21 @@