Skip to content

Commit cb75315

Browse files
committed
Upload file: json-schema-to-openapi-schema-wework.html
1 parent 8dd4450 commit cb75315

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

projects/json-schema-to-openapi-schema-wework.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,26 +73,17 @@
7373
height: auto;
7474
}
7575

76-
#changelogList {
77-
margin: 0 auto;
78-
max-width: 800px;
79-
border: 1px solid #ddd;
80-
border-radius: 8px;
81-
padding: 20px;
82-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
83-
}
84-
8576
/* Heading styles */
8677
#changelogList h1 {
87-
font-size: 2rem;
78+
font-size: 26px;
8879
color: #0073e6;
8980
border-bottom: 2px solid #ddd;
9081
padding-bottom: 10px;
9182
margin-bottom: 20px;
9283
}
9384

9485
#changelogList h2 {
95-
font-size: 1.5rem;
86+
font-size: 22px;
9687
color: #005bb5;
9788
margin-top: 30px;
9889
margin-bottom: 10px;
@@ -101,7 +92,7 @@
10192
}
10293

10394
#changelogList h3 {
104-
font-size: 1.25rem;
95+
font-size: 18px;
10596
color: #444;
10697
margin-top: 20px;
10798
margin-bottom: 10px;
@@ -516,7 +507,6 @@ <h2 id="credits">Credits</h2>
516507
</div>
517508

518509
<div class="tab-pane fade" id="changelog" role="tabpanel" aria-labelledby="changelog-tab">
519-
<h5>Changelog</h5>
520510
<ul id="changelogList">
521511
<h1 id="changelog">Changelog</h1>
522512
<p>All notable changes to this project will be documented in this file.</p>

0 commit comments

Comments
 (0)