Skip to content

Commit eab0fce

Browse files
committed
Remove un-necessary box items.
1 parent f6cbc5b commit eab0fce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/.vuepress/styles/index.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ h6 {
6161
border-color: #888; /* Slightly darker border on focus */
6262
}
6363

64-
.vp-description{
64+
.vp-description{
6565
text-align: center;
6666
max-width: unset;
6767
}
@@ -191,7 +191,6 @@ h6 {
191191

192192
.theme-container .vp-page img {
193193
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
194-
box-sizing: border-box;
195194
}
196195

197196
//This is used to fix Code on the old API page for request and response strings.

0 commit comments

Comments
 (0)