|
@@ -517,7 +517,6 @@ figure.githubUser {
|
|
|
}
|
|
|
|
|
|
body {
|
|
|
-
|
|
|
text-align: left;
|
|
|
|
|
|
overflow-x: hidden;
|
|
@@ -535,6 +534,8 @@ body {
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
font-size: .8706rem;
|
|
|
+ word-wrap:break-word;
|
|
|
+ white-space: normal;
|
|
|
.textShadowed();
|
|
|
|
|
|
// The main footer
|
|
@@ -789,8 +790,6 @@ section {
|
|
|
width: 100%;
|
|
|
border-bottom-left-radius: 0;
|
|
|
border-bottom-right-radius: 0;
|
|
|
- overflow: hidden;
|
|
|
- word-wrap: normal;
|
|
|
}
|
|
|
|
|
|
|