mobile - update
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
font-size: 16px !important;
|
||||
}
|
||||
</style>
|
||||
<div class="uk-container uk-margin-top" style="margin-bottom: 30px">
|
||||
<h1 class="uk-text-center"><span>포스트 수정</span></h1>
|
||||
<div class="uk-container uk-margin-top post__container" style="margin-bottom: 30px">
|
||||
<h2 class="uk-text-center"><span>포스트 수정</span></h2>
|
||||
<form action="/edit_post/{{ post.id }}" method="post" class="uk-form-stacked">
|
||||
<div class="uk-margin">
|
||||
<label class="uk-form-label" for="title">제목</label>
|
||||
@@ -82,6 +82,8 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
$(".nav__div").hide();
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user