Updated styles.css, added new styles for the header and footer sections of the website, including background colors, font sizes, and padding. Also made adjustments to the layout to improve responsiveness on mobile devices.
This commit is contained in:
@@ -308,7 +308,8 @@ body.home {
|
||||
font-size: clamp(4.5rem, 18vw, 11rem);
|
||||
font-weight: 400;
|
||||
letter-spacing: -0.04em;
|
||||
line-height: 0.95;
|
||||
line-height: 1;
|
||||
padding-bottom: 0.06em;
|
||||
color: var(--text-primary);
|
||||
background: linear-gradient(145deg, var(--text-primary) 30%, var(--accent) 100%);
|
||||
-webkit-background-clip: text;
|
||||
|
||||
Reference in New Issue
Block a user