Improved on responsivness for the header
This commit was merged in pull request #5.
This commit is contained in:
@@ -5,7 +5,7 @@ type ButtonProps = {
|
||||
};
|
||||
|
||||
const Button = ({ text, className }: ButtonProps) => {
|
||||
return <button className={`btn-primary uppercase text-[13px] ${className}`}>{text}</button>;
|
||||
return <button className={`btn-primary uppercase text-[11px] lg:text-[13px] p-[6px] lg:px-[10px] ${className}`}>{text}</button>;
|
||||
};
|
||||
|
||||
export default Button;
|
||||
|
||||
Reference in New Issue
Block a user