mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-12 00:33:58 +02:00
css: Add word-wrap to body tag
Otherwise, the link to https://designpatternsphp.readthedocs.io/ in "The Basics" overflows the horizontal axis when width is less than 407px
This commit is contained in:
committed by
Diego Escalante Urrelo
parent
1f65c4b362
commit
24cb4e9067
@@ -19,6 +19,7 @@ body{
|
||||
font-size: 24px;
|
||||
line-height: 32px;
|
||||
text-rendering: optimizeLegibility;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4{
|
||||
|
Reference in New Issue
Block a user