We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04e3e6 commit b1b566dCopy full SHA for b1b566d
src/components/Heading/index.jsx
@@ -3,10 +3,10 @@ import PropTypes from "prop-types";
3
function Heading({ headingText }) {
4
return (
5
<div className="relative text-center font-black uppercase tracking-tighter">
6
- <div className="xs:text-5xl text-[6.5rem] text-outlined text-transparent ">
+ <div className="xs:text-4xl sm:text-6xl lg:text-[6.5rem] text-outlined text-transparent">
7
{headingText}
8
</div>
9
- <div className="xs:text-2xl text-[3.75rem] text-foreground absolute w-full bottom-0">
+ <div className="xs:text-2xl sm:text-4xl lg:text-[3.75rem] text-foreground absolute w-full xs:bottom-[-10px] sm:bottom-[-18px] lg:bottom-[-12px]">
10
11
12
0 commit comments