Skip to content

Commit 0e0f0b7

Browse files
committed
Merge branch 'counter' of https://github.com/yaseerokino/javascript-capstone into counter
2 parents 61836d4 + fbd2083 commit 0e0f0b7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/style/style.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ footer {
201201
border-radius: 1em;
202202
box-shadow: rgba(100, 100, 111, 0.5) 0 10px 20px 0;
203203
justify-content: center;
204-
text-align: center;
205204
}
206205

207206
.modal-header {
@@ -212,7 +211,6 @@ footer {
212211
.modal-details {
213212
display: flex;
214213
gap: 2em;
215-
flex-direction: column;
216214
}
217215

218216
.modal-img {
@@ -343,14 +341,11 @@ input {
343341
}
344342

345343
.comment-form {
346-
margin: auto;
347344
font-family: 'Space Grotesk', sans-serif;
348345
margin-top: 2em;
349346
display: flex;
350347
flex-direction: column;
351348
gap: 1em;
352-
width: 70%;
353-
text-align: center;
354349
}
355350

356351
.no-comments {
@@ -364,7 +359,6 @@ input {
364359
display: flex;
365360
flex-direction: column;
366361
gap: 1em;
367-
align-items: center;
368362
width: 100%;
369363
}
370364

0 commit comments

Comments
 (0)