style: set overflow to auto for pre tag

Co-Authored-by: Igor Milhit <igor@milhit@.ch>
pull/31/head
iGor milhit 2019-08-26 07:32:11 +02:00
parent 55dadc702c
commit f3189b4478
No known key found for this signature in database
GPG Key ID: 3B5043D919E99ED2
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ code, pre {
padding: 0.2rem;
}
pre {
overflow: auto;
max-width: 95vw;
}
/*
* ************** *
* LAYOUT *