Added storybook title and font

This commit is contained in:
Alexey Safronov 2019-05-21 16:31:01 +03:00
parent 5a68d1b184
commit 9e7ef726cc
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1 @@
<script>document.title = "ASC Web Components";</script>

View File

@ -0,0 +1,24 @@
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i' rel='stylesheet' type='text/css'></link>
<style>
html,
body {
margin: 0;
padding: 0;
font-size: 13px;
}
body {
overflow: auto;
}
/*
Make main panel more readable when its showing a README.
Limit width to make text more readable.
*/
.storybook-readme-story {
max-width: 800px;
/* We need !important since the element has padding as inline styles too */
padding: 32px !important;
}
</style>