mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 01:54:08 +03:00
minor fixes
This commit is contained in:
parent
617d398dee
commit
f4ee0fa343
|
@ -14,7 +14,7 @@
|
|||
</form>
|
||||
</nav>
|
||||
|
||||
<redoc scroll-y-offset="body > nav" spec-url='http://localhost:3000/swagger.json'></redoc>
|
||||
<redoc scroll-y-offset="body > nav" spec-url='swagger.yml'></redoc>
|
||||
|
||||
<!-- ReDoc built file with all dependencies included -->
|
||||
<script src="main.js"> </script>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// Google Fonts
|
||||
// ---------------------------
|
||||
@import url(http://fonts.googleapis.com/css?family=#{$base-font}:#{$light},#{$regular},#{$bold});
|
||||
@import url(http://fonts.googleapis.com/css?family=#{$headers-font}:#{$light},#{$regular});
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
> div {
|
||||
:host > div {
|
||||
width: 60%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user