Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SJLEE316 committed Aug 28, 2021
1 parent b032e00 commit ca9dffa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions Miracle30/static/css/main_login.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
font-weight: 600;
}

.home_title {
font-size: 10vw;
font-weight: 800;
margin: 0;
text-align: center;
.home_container > img {
width: 300px;
}
Binary file added Miracle30/static/img/miracle_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main/templates/main/main_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<section class="main">
<div class="home_container">
<p class="home_subtitle">당신을 위한 루틴</p>
<p class="home_title">MIRACLE</p>
<img src="{% static 'img/miracle_logo.png' %}" alt="">
</div>
</section>
{% endblock %}
2 changes: 1 addition & 1 deletion main/templates/main/main_logout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<section class="main">
<div class="home_container">
<p class="home_subtitle">당신을 위한 루틴</p>
<p class="home_title">MIRACLE</p>
<img src="{% static 'img/miracle_logo.png' %}" alt="">
<a href="{% url 'account_login' %}" class="btn1">로그인/회원가입</a>
</div>
</section>
Expand Down

0 comments on commit ca9dffa

Please sign in to comment.