Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Oswald authored and huggingface-web committed Nov 7, 2022
1 parent f9e9d4c commit be749e0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
h1 {
text-align: center;
}
div#result-grid {
max-width: 600px;
max-height: 600px;
}
div#result-grid-raw {
max-width: 600px;
max-height: 600px;
}
div#result {
max-width: 400px;
max-height: 400px;
}
div#result-raw {
max-width: 400px;
max-height: 400px;
}
div#result-video {
max-width: 400px;
max-height: 400px;
}
img#visitor-badge {
display: block;
margin: auto;
}

0 comments on commit be749e0

Please sign in to comment.