Skip to content

Commit db76c3c

Browse files
fixed merge conflicts in css file and added padding bottom to the small articles section prevent overlapping with the footer.
1 parent a51202b commit db76c3c

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

Wireframe/style.css

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body {
4848
body {
4949
background-color: #3c3f72;
5050
color: #080000;
51-
font-family: "Arial", sans-serif;
51+
5252
line-height: 1.5;
5353
display: flex;
5454
flex-direction: column;
@@ -90,7 +90,6 @@ body {
9090
padding-left: 15px;
9191
padding-right: 15px;
9292
padding-bottom: 80px;
93-
padding-bottom: 80px;
9493
border: 2px solid #000;
9594
border-radius: 10px;
9695
margin-bottom: 20px;
@@ -140,9 +139,8 @@ body {
140139
margin-bottom: 20px;
141140
margin-right: 20px;
142141
margin-left: 20px;
143-
text-align: justify;
144-
padding-bottom: 125px;
145142
padding-bottom: 125px;
143+
text-align: justify;
146144
}
147145

148146
.small-article {
@@ -177,28 +175,22 @@ footer {
177175
text-align: center;
178176
text-shadow: 2px 2px 4px rgba(225, 226, 237, 0.982);
179177
line-height: 1.2;
180-
line-height: 1.2;
181178
margin-top: auto;
182179
width: 100%;
183180
clear: both;
184-
width: 100%;
185-
clear: both;
186181
}
187182

188183
footer p {
189-
font-size: 16px;
190184
font-size: 16px;
191185
font-weight: bold;
192186
}
193187

194188
.footer-note {
195-
font-size: 16px;
196189
font-size: 16px;
197190
color: #1a082c;
198191
margin-bottom: 5px;
199192
text-shadow: 2px 2px 4px rgba(210, 213, 244, 0.982);
200193
padding-top: 5px;
201-
padding-top: 5px;
202194
border-bottom: none;
203195
border-radius: 10px;
204196
}

0 commit comments

Comments
 (0)