We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784a176 commit 7947701Copy full SHA for 7947701
docs/assets/css/style.css
@@ -11,16 +11,17 @@ h1 {
11
font-size:60px;
12
line-height:60px;
13
font-family:georgia, Arial, serif;
14
- font-weight:normal;
15
margin-bottom:15px;
+ font-weight:normal;
16
overflow-wrap:break-word;
17
hyphens:auto;
18
}
19
@media screen and (max-width:400px) {
20
h1 {
21
font-size:40px;
22
line-height:40px;
23
- } font-weight:normal;
24
+ }
25
26
h2 {
27
font-size:20px;
@@ -208,7 +209,6 @@ pre > code {
208
209
.footdiv ul li {
210
display:table-cell;
211
width:33%;
-
212
213
/* For narrow viewports, let navigation links split to separate lines */
214
@media screen and (max-width:300px) {
0 commit comments