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

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