Immowelt
This commit is contained in:
@@ -21,37 +21,27 @@ xs:grid-cols-[max-content,1fr] xs:gap-x-2 xs:px-4
|
||||
md:gap-y-4
|
||||
lg:px-0 lg:gap-x-4">
|
||||
|
||||
<div class="self-center justify-self-center ml-4 mb-2">
|
||||
<div class="ml-4 mb-2 mt-2 mr-4">
|
||||
<a href="/">
|
||||
<img id="header-logo" class="w-full
|
||||
xs:max-w-[150px]
|
||||
sm:max-w-[150px]
|
||||
md:max-w-[150px] md:ml-6
|
||||
lg:max-w-[150px] lg:ml-0
|
||||
xl:max-w-[150px] xl:ml-0
|
||||
<img id="header-logo" class="w-109
|
||||
xs:max-w-[109px]
|
||||
sm:max-w-[109px]
|
||||
md:max-w-[109px] md:ml-6
|
||||
lg:max-w-[109px] lg:ml-0
|
||||
xl:max-w-[109px] xl:ml-0
|
||||
"
|
||||
src="/images/header/logo_immowelt.svg" alt="Immowelt-Logo"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="self-center justify-self-center md:justify-self-start xs:mt-[20px] md:mt-[18px]">
|
||||
|
||||
<div id="header-text-1"class="text-secondary justify-self-center
|
||||
xs:[font-size:_clamp(15px,5vw,36px)] xs:justify-self-start xs:leading-[36px]
|
||||
|
||||
lg:[font-size:_clamp(15px,3vw,26px)]
|
||||
lg:leading-[2rem]
|
||||
xl:[font-size:_clamp(15px,3vw,36px)]
|
||||
xl:leading-[4.5rem] pt-[0px]">
|
||||
</div>
|
||||
|
||||
<div id="header-text-2"class="text-primary justify-self-center
|
||||
<div class="text-center md:justify-self-start xs:mt-[20px] md:mt-[18px]">
|
||||
<div id="header-text-2" class="text-color:#303038ff justify-self-center
|
||||
xs:[font-size:_clamp(15px,4vw,28px)] xs:justify-self-start xs:leading-[20px]
|
||||
|
||||
lg:[font-size:_clamp(15px,3vw,20px)]
|
||||
lg:leading-[2rem]
|
||||
xl:[font-size:_clamp(15px,3vw,24px)]
|
||||
xl:leading-[0.5rem]">
|
||||
Hier komfortabel und einfach online den <b>Verbrauchsausweis Wohnen</b> bestellen
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -73,8 +63,8 @@ lg:px-0 lg:gap-x-4">
|
||||
</div>
|
||||
|
||||
<div class="col-start-1 col-span-3">
|
||||
<div id="header-line" class="px-2 flex flex-row w-full justify-end items-center bg-immowelt-gelb
|
||||
lg:h-[8px] xl:h-[8px]"></div>
|
||||
<div id="header-line" class="px-2 flex flex-row w-full justify-end items-center bg-gray-200 h-[30px]
|
||||
lg:h-[30px] xl:h-[30px]"></div>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
@@ -52,7 +52,7 @@ module.exports = {
|
||||
"pdf-yellow-light": "#fff6ca",
|
||||
|
||||
"immowelt-gelb": "#ffcc00ff",
|
||||
|
||||
"immowelt-grau": "#303038ff",
|
||||
},
|
||||
boxShadow: {
|
||||
'box': '3px 3px 6px rgba(0, 0, 0, 0.1)',
|
||||
|
||||
Reference in New Issue
Block a user