Justify text and break lines

This commit is contained in:
Raoul 2021-08-23 21:53:09 +02:00
parent 762b3e6fa6
commit c430265f7c
No known key found for this signature in database
GPG key ID: C7493D73B67C1842

View file

@ -1,7 +1,6 @@
/*
* Styleshoot for Cosin 2009 - by Cedric Spindler
* Stylesheet for Cosin 2009 - by Cedric Spindler
* adapted for Cosin 2009 - poven
*
*/
/* ###### General ###### */
@ -15,6 +14,15 @@ body {
width: 934px;
}
p {
text-align: justify;
overflow-wrap: break-word;
/* word-break: break-all; */
-wekit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
a {
color: #5c8040;
font-style: italic;
@ -133,7 +141,6 @@ a:hover {
margin-bottom: 3px;
}
/* ###### Reset ###### */
#clear {