adding case study and increase line height of h1
This commit is contained in:
@@ -147,6 +147,12 @@
|
|||||||
<link rel="icon" href="https://www.wdipl.com/favicon-96x96.png" type="image/png" sizes="96x96">
|
<link rel="icon" href="https://www.wdipl.com/favicon-96x96.png" type="image/png" sizes="96x96">
|
||||||
<link rel="apple-touch-icon" href="https://www.wdipl.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://www.wdipl.com/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon-96x96.png" sizes="96x96" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="%PUBLIC_URL%/favicon.svg" />
|
||||||
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png" />
|
||||||
|
<link rel="manifest" href="%PUBLIC_URL%/site.webmanifest" />
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -302,7 +302,7 @@ export const CaseStudies = () => {
|
|||||||
Our Success Stories
|
Our Success Stories
|
||||||
</Badge>
|
</Badge>
|
||||||
<h1 className="text-4xl md:text-6xl lg:text-7xl font-semibold leading-tight mb-6">
|
<h1 className="text-4xl md:text-6xl lg:text-7xl font-semibold leading-tight mb-6">
|
||||||
<span className="text-white">Case Studies That </span>
|
<span className="text-white">Portfolios That </span>
|
||||||
<span className="text-accent">Define Excellence</span>
|
<span className="text-accent">Define Excellence</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-xl text-gray-300 leading-relaxed max-w-3xl mx-auto">
|
<p className="text-xl text-gray-300 leading-relaxed max-w-3xl mx-auto">
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
BIN
src/images/good-times-logo.webp
Normal file
BIN
src/images/good-times-logo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
BIN
src/images/ranoutof-logo.webp
Normal file
BIN
src/images/ranoutof-logo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
BIN
src/images/traders-circuit-logo.webp
Normal file
BIN
src/images/traders-circuit-logo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
@@ -635,4 +635,8 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1{
|
||||||
|
line-height: 54px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user