|
|
@@ -112,6 +112,16 @@ a.h1 { |
|
|
|
a, a:visited { |
|
|
|
cursor: cell; |
|
|
|
color: var(--color-dark) !important; |
|
|
|
overflow-wrap: break-word; |
|
|
|
word-wrap: break-word; |
|
|
|
-ms-word-break: break-all; |
|
|
|
word-break: break-all; |
|
|
|
word-break: break-word; |
|
|
|
/* adds a hyphen where the word breaks, if supported (No Blink) */ |
|
|
|
-ms-hyphens: auto; |
|
|
|
-moz-hyphens: auto; |
|
|
|
-webkit-hyphens: auto; |
|
|
|
hyphens: auto; |
|
|
|
} |
|
|
|
|
|
|
|
a:hover { |
|
|
@@ -544,9 +554,9 @@ img + em { |
|
|
|
padding: 0.5rem !important; |
|
|
|
} |
|
|
|
|
|
|
|
.h1 { |
|
|
|
padding-top: 2rem; |
|
|
|
} |
|
|
|
.action { |
|
|
|
margin: 1.5rem 3rem 1.5rem 4rem; |
|
|
|
} |
|
|
|
|
|
|
|
/* INDEX SEARCH */ |
|
|
|
|
|
|
@@ -557,6 +567,12 @@ img + em { |
|
|
|
.w100-s { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
/* SEARCH */ |
|
|
|
|
|
|
|
#result { |
|
|
|
padding-top: 3.5rem; |
|
|
|
} |
|
|
|
|
|
|
|
/* RANDOM TITLES */ |
|
|
|
|