Skip to content
Snippets Groups Projects
Commit 86eef136 authored by Arinde Eniola's avatar Arinde Eniola
Browse files

fix long urls overflowing page on mobile

parent fee7ad86
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,8 +16,12 @@
 
code {
font-family: $monospace_font;
white-space: pre;
white-space: pre-line;
word-wrap: normal;
@media (max-width: $screen-xs-min) {
word-wrap: break-word;
}
}
 
kbd {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment