We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16166df commit 60e02e7Copy full SHA for 60e02e7
1 file changed
docs/_layouts/default.html
@@ -38,15 +38,17 @@
38
-webkit-font-smoothing: subpixel-antialiased;
39
}
40
41
- /* Robot mascot styling - ultra compact */
+ /* Robot mascot styling - strict width limit */
42
.robot-mascot {
43
font-family: 'Courier New', monospace;
44
- font-size: 7px;
45
- line-height: 1.1;
+ font-size: 8px;
+ line-height: 1.2;
46
white-space: pre;
47
margin: 10px 0;
48
color: #666;
49
- overflow: hidden;
+ max-width: 250px;
50
+ overflow-x: hidden;
51
+ box-sizing: border-box;
52
53
54
/* View on GitHub button */
0 commit comments