Skip to content

Commit 3ddea6f

Browse files
authored
Merge pull request #97 from zonayedpca/css-problem
css problem fixed
2 parents d109649 + d4c14ee commit 3ddea6f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/App.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,6 @@
158158
margin-bottom: 0;
159159
}
160160

161-
pre.code {
162-
overflow-y: hidden;
163-
white-space: pre-wrap;
164-
overflow: hidden;
165-
word-wrap: break-word;
166-
}
167-
168161
.contributor {
169162
list-style: none;
170163
margin-bottom: 15px;
@@ -361,6 +354,13 @@ footer ul li a {
361354
.container {
362355
width: 100%;
363356
}
357+
358+
pre.code {
359+
overflow-y: hidden;
360+
white-space: pre-wrap;
361+
overflow: hidden;
362+
word-wrap: break-word;
363+
}
364364
}
365365

366366
@media only screen and (max-width: 668px) {

0 commit comments

Comments
 (0)