From 7f0fd22c2a197eac51684616f34272c8f2849338 Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 23 Aug 2021 10:42:45 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20Welcome-page=20Rahmen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/Welcome.aspx | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) 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 @@