Skip to content

Commit 8b27fe2

Browse files
author
JorvanW
committed
Fixed insequential numbering of headings.
1 parent 53be43b commit 8b27fe2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ <h2>README file</h2>
2222
</article>
2323
<article>
2424
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="" />
25-
<h4>Wireframe</h4>
25+
<h3>Wireframe</h3>
2626
<p>
2727
A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance.
2828
</p>
2929
<a href="">Read more</a>
3030
</article>
3131
<article>
3232
<img src="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*nQXC89lqQnqvICtb3J6XWw.png" alt="" />
33-
<h5>Git Branch </h5>
33+
<h4>Git Branch </h4>
3434
<p>
3535
In Git a branch is a identical copy of a projects code which is then used to make changes on without having any affect on the main original project.
3636
</p>

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ As well as useful links to learn more */
1818
====== Design Palette ====== */
1919
:root {
2020
--paper: oklch(7 0 0);
21-
--ink: color-mix(in oklab, var(--color) 5%, black);
21+
--ink: color-mix(in oklab, var(--color) 5%, rgb(29, 29, 29));
2222
--font: 100%/1.5 system-ui;
2323
--space: clamp(6px, 6px + 2vw, 15px);
2424
--line: 1px solid;

0 commit comments

Comments
 (0)