Merge pull request #17484 from rmehta/fix-demo-style

fix(style): demo home page
This commit is contained in:
Rushabh Mehta 2019-05-04 11:10:06 +05:30 committed by GitHub
commit 78827d8d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,13 @@ $(document).ready(function() {
right: 0%;
width: 100%;
}
{% include "templates/styles/card_style.css" %}
header, footer {
display: none;
}
html, body {
background-color: #f5f7fa;
}
</style>
{% endblock %}