fix(style): demo home page

This commit is contained in:
Rushabh Mehta 2019-05-04 11:09:19 +05:30
parent 8ca3df7aac
commit 2df16b1f9b

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 %}