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 2c77c66 commit 4bfbc2fCopy full SHA for 4bfbc2f
demo/src/App.scss
@@ -55,6 +55,10 @@ pre {
55
}
56
57
58
+.mobileDesc {
59
+ display: none;
60
+}
61
+
62
.ant-anchor-link {
63
line-height: 1.5;
64
@@ -86,10 +90,26 @@ pre {
86
90
87
91
@media (max-width: 800px)
88
92
{
93
+ pre {
94
+ font-size: 80%;
95
+ }
96
89
97
#forkongithub {
98
display: none;
99
100
101
+ .description {
102
103
104
+ .desc {
105
106
107
108
+ .mobileDesc {
109
+ display: inline;
110
111
112
113
.sidebar {
114
115
0 commit comments