Skip to content

Commit 4105246

Browse files
author
JorvanW
committed
Changed Git-Branch-image for better visibility
1 parent 6f18705 commit 4105246

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Wireframe</h2>
3030
<a href="https://balsamiq.com/blog/what-are-wireframes/" target="_blank" rel="noopener noreferrer">Read more</a>
3131
</article>
3232
<article id="Git-Branch-article">
33-
<img src="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*nQXC89lqQnqvICtb3J6XWw.png" alt="GitBranch" />
33+
<img id="Git-Branch-image" src="https://phoenixnap.com/kb/wp-content/uploads/2023/11/git-workflow-example.png" alt="GitBranch" />
3434
<h2>Git Branch </h2>
3535
<p>
3636
In Git a branch is an identical copy of a projects code which is then used to make changes on without having any effect on the main original project.

Wireframe/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ H1 {
2929
display: flex;
3030
justify-content: center;
3131
}
32-
33-
34-
3532
#container {
3633
display: flex;
3734
justify-content: center;
3835
}
3936

37+
#Git-Branch-image {
38+
height: 105%
39+
}
4040
/* ====== Base Elements ======
4141
General rules for basic HTML elements in any context */
4242
body {

0 commit comments

Comments
 (0)