Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66b0047

Browse files
authored
Fix p to px in rapidoc css
1 parent 03ea5ff commit 66b0047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/assets/css/rapidoc.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ p {
6969
}
7070

7171
.regular-font {
72-
font-size: 17x;
72+
font-size: 17px;
7373
line-height: 24px;
7474
color: var(--black);
7575
}
@@ -238,4 +238,4 @@ input[type='password'] {
238238
}
239239
#api-info {
240240
display: none !important;
241-
}
241+
}

0 commit comments

Comments
 (0)