Setted overflow-wrap to break-word for h1, h2, h3 on small displays
This commit is contained in:
parent
23f7b20a5b
commit
d97bdf0bc3
@ -64,7 +64,7 @@ footer{
|
||||
width: 100%!important;
|
||||
}
|
||||
|
||||
h1{margin: 1em 0;}
|
||||
h2{margin-top: 1em;}
|
||||
h3{margin-top: 0.5em;}
|
||||
h1{margin: 1em 0;overflow-wrap: break-word;}
|
||||
h2{margin-top: 1em;overflow-wrap: break-word;}
|
||||
h3{margin-top: 0.5em;overflow-wrap: break-word;}
|
||||
}
|
Loading…
Reference in New Issue
Block a user