Commit 9ddcaa13 authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files

Removed Korean

parent 3b33824a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ body {
    }
  }

  /* 반응형 스타일 */
  @media (max-width: 768px) {
    .profile-container {
      @apply p-4;
+4 −4
Original line number Diff line number Diff line
@@ -12,20 +12,20 @@
  <input name="identifier" type="hidden" value={identifier} />
  <div class="form-group">
    <label class="form-label">
      새 포스트 작성
      New post
      <textarea
        name="content"
        class="form-textarea"
        placeholder="무엇을 생각하고 계신가요?"
        placeholder="What's up?"
        rows="3"
      ></textarea>
    </label>
  </div>
  <button type="submit" class="post-button">게시하기</button>
  <button type="submit" class="post-button">Post</button>
</form>

<div class="posts-container">
  <h2 class="posts-title">포스트 목록</h2>
  <h2 class="posts-title">Posts</h2>
  <div class="posts-grid">
    {#each posts as note}
      <article class="post-card">