Compare commits
3 Commits
63d4122322
...
console
| Author | SHA1 | Date | |
|---|---|---|---|
| d365dd4d25 | |||
| f168112294 | |||
| e7e8b78904 |
@@ -16,8 +16,7 @@ smart_punctuation = true
|
||||
git = "https://git.filiprojek.cz/fr/website"
|
||||
nav_items = [
|
||||
{name="Home", path="/"},
|
||||
{name="About", path="/about"},
|
||||
{name="Projects", path="/projects/"},
|
||||
{name="Posts", path="/posts"}
|
||||
#{name="About", path="/about"},
|
||||
#{name="Projects", path="/projects/"},
|
||||
]
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 2rem 20%;
|
||||
margin: 2rem 8rem;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
{% block content %}
|
||||
<section class="console content" >
|
||||
</section>
|
||||
<textarea class="mobile-input" style="display: none" autofocus></textarea>
|
||||
<textarea class="mobile-input" style="display: none" disabled autofocus></textarea>
|
||||
<script src="/js/console.js" defer></script>
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user