Skip to content

Commit 4bfbc2f

Browse files
committed
Updated docs
1 parent 2c77c66 commit 4bfbc2f

File tree

3 files changed

+164
-150
lines changed

3 files changed

+164
-150
lines changed

demo/src/App.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ pre {
5555
}
5656
}
5757

58+
.mobileDesc {
59+
display: none;
60+
}
61+
5862
.ant-anchor-link {
5963
line-height: 1.5;
6064
}
@@ -86,10 +90,26 @@ pre {
8690

8791
@media (max-width: 800px)
8892
{
93+
pre {
94+
font-size: 80%;
95+
}
96+
8997
#forkongithub {
9098
display: none;
9199
}
92100

101+
.description {
102+
font-size: 80%;
103+
104+
.desc {
105+
display: none;
106+
}
107+
108+
.mobileDesc {
109+
display: inline;
110+
}
111+
}
112+
93113
.sidebar {
94114
display: none;
95115
}

0 commit comments

Comments
 (0)