[TASK] update layout
This commit is contained in:
parent
47b9835a50
commit
ef1490b085
@ -33,7 +33,9 @@ html {
|
|||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
min-height: calc(100vh - 2 * 2em);
|
||||||
|
|
||||||
|
margin: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
|||||||
@ -27,6 +27,8 @@
|
|||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="{{ theme_url }}/css/style.css"
|
href="{{ theme_url }}/css/style.css"
|
||||||
type="text/css" />
|
type="text/css" />
|
||||||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism-tomorrow.min.css"
|
||||||
|
rel="stylesheet" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -66,8 +68,9 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<script src="{{ theme_url }}/js/site.js"
|
<script src="{{ theme_url }}/js/site.js"
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
<script defer
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-core.min.js"></script>
|
||||||
src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/plugins/autoloader/prism-autoloader.min.js">
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user