Skip to content

Commit 573bc83

Browse files
authored
Merge pull request #2 from HoussamLh/HoussamLh-branch-1
Update style.css
2 parents adbafeb + d40f2e1 commit 573bc83

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Wireframe/style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,20 @@ body {
3131
color: var(--ink);
3232
font: var(--font);
3333
}
34+
#wireframe-definition {
35+
text-align: center;
36+
}
3437
a {
3538
padding: var(--space);
3639
border: var(--line);
3740
max-width: fit-content;
3841
}
42+
43+
h1 {
44+
font-size: clamp(1.5rem, 1.5rem + 2vw, 3rem);
45+
margin: var(--space) 0;
46+
text-align: center;
47+
}
3948
img,
4049
svg {
4150
width: 100%;
@@ -47,7 +56,7 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
4756
*/
4857
main {
4958
max-width: var(--container);
50-
margin: 0 auto calc(var(--space) * 4) auto;
59+
margin: 0 auto calc(var(--space) * 4) auto
5160
}
5261
footer {
5362
position: fixed;

0 commit comments

Comments
 (0)