Skip to content

Commit 521763f

Browse files
aligned the readmore button on the page
1 parent c477678 commit 521763f

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h3>What is the purpose of a wireframe?</h3>
6767
<img
6868
src="https://us1.discourse-cdn.com/inductiveautomation/original/3X/0/d/0d19837bbaf82a71ab35b2a62c5f8776af8e900a.png"
6969
alt="git branching diagram" class="placeholder-small">
70-
<h3>What is a branch in Git?</h3>
70+
<h3>What is the reason behind having a branch in Git?</h3>
7171
<p>A <strong>Git branch</strong> is a separate version of your project where you can work on new features without
7272
affecting the
7373
main code. Branches allow safe experimentation and make collaboration easier. Therefore.</p>

Wireframe/style.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,12 @@ body {
6666

6767
.page-header h1 {
6868
font-size: 2em;
69-
margin-bottom: 5px;
69+
margin-bottom: 1%;
7070
}
7171

7272
.hero .placeholder {
7373
width: 100%;
7474
height: 600px;
75-
background-color: #d0bee3;
7675
border: 2px dashed #1a082c;
7776
border-radius: 10px;
7877
margin-bottom: 20px;
@@ -89,7 +88,7 @@ body {
8988
padding-top: 45px;
9089
padding-left: 15px;
9190
padding-right: 15px;
92-
padding-bottom: 15px;
91+
padding-bottom: 10px;
9392
border: 2px solid #000;
9493
border-radius: 10px;
9594
margin-bottom: 20px;
@@ -123,7 +122,7 @@ body {
123122
color: white;
124123
text-decoration: none;
125124
border-radius: 5px;
126-
margin-top: 10px;
125+
margin-top: 15px;
127126
font-size: 1.2em;
128127
font-weight: bold;
129128
}
@@ -136,9 +135,7 @@ body {
136135
.small-articles {
137136
display: flex;
138137
gap: 20px;
139-
margin-bottom: 20px;
140-
margin-right: 20px;
141-
margin-left: 20px;
138+
margin: 0 20px 20px 20px;
142139
padding-bottom: 125px;
143140
text-align: justify;
144141
}

0 commit comments

Comments
 (0)