We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d109649 + d4c14ee commit 3ddea6fCopy full SHA for 3ddea6f
1 file changed
src/App.css
@@ -158,13 +158,6 @@
158
margin-bottom: 0;
159
}
160
161
-pre.code {
162
- overflow-y: hidden;
163
- white-space: pre-wrap;
164
- overflow: hidden;
165
- word-wrap: break-word;
166
-}
167
-
168
.contributor {
169
list-style: none;
170
margin-bottom: 15px;
@@ -361,6 +354,13 @@ footer ul li a {
361
354
.container {
362
355
width: 100%;
363
356
357
+
358
+ pre.code {
359
+ overflow-y: hidden;
360
+ white-space: pre-wrap;
+ overflow: hidden;
+ word-wrap: break-word;
+ }
364
365
366
@media only screen and (max-width: 668px) {
0 commit comments