Skip to content

Commit 1ad01c4

Browse files
update footer text css
1 parent e878a5e commit 1ad01c4

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

src/app/docs/docs.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@
257257
line-height: 1.5;
258258
display: -webkit-box;
259259
-webkit-line-clamp: 2;
260+
line-clamp: 2;
260261
-webkit-box-orient: vertical;
261262
overflow: hidden;
262263
}
@@ -1280,8 +1281,14 @@
12801281

12811282
.docs-footer-text {
12821283
color: var(--text-secondary);
1283-
font-size: 14px;
1284+
font-size: 12px;
12841285
margin: 0;
1286+
margin-bottom: 0;
1287+
}
1288+
1289+
p.docs-footer-text {
1290+
margin-bottom: 0;
1291+
font-size: 12px;
12851292
}
12861293

12871294
.docs-footer-links {
@@ -1294,7 +1301,7 @@
12941301
.docs-footer-link {
12951302
color: var(--text-secondary);
12961303
text-decoration: none;
1297-
font-size: 14px;
1304+
font-size: 12px;
12981305
transition: color 0.2s;
12991306
}
13001307

0 commit comments

Comments
 (0)