increased font size on website

This commit is contained in:
Abubakar Abid 2019-04-10 09:35:11 -07:00
parent db5ca5c6af
commit 47752f54f4
4 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
<meta http-equiv="refresh" content="0; URL='https://gradio.app/'" />
<meta http-equiv="refresh" content="0; URL='index.html'" />

View File

@ -78,8 +78,7 @@
</code></div>
</div>
<div class="instructions">
The code above produces produces an interface like this, in which you can upload an image and receive labelling as output. Click
submit to get the prediction!
The code above produces produces an interface like this. Click submit to get the prediction!
</div>
<div id="gradio">
<div class="panel">

View File

@ -74,3 +74,7 @@ code {
#embed {
background-image: url("../img/embed.png");
}
div.instructions{
padding:10px 0px;
}

View File

@ -1,6 +1,6 @@
body {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-size: 1em;
margin: 0;
}
body > div, body > nav {
@ -41,7 +41,7 @@ nav a {
margin-left: 30px;
padding: 5px 0px;
font-weight: bold;
font-size: 14px;
font-size: 1em;
}
nav a.selected {
border-bottom: solid 2px #ed9013;