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;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
white-space: normal;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: {
|
background: {
|
||||||
image: image-url('texture/hatched-light.jpg');
|
image: image-url('texture/hatched-light.jpg');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue