Global prevent for overflow in mobile view
This commit is contained in:
parent
a47f7c2556
commit
0c49219ca7
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
body {
|
||||
background: {
|
||||
image: image-url('texture/hatched-light.jpg');
|
||||
|
|
|
|||
Loading…
Reference in a new issue