Skip to content

Commit

Permalink
Merge pull request #43 from software-students-spring2024/delete-logo
Browse files Browse the repository at this point in the history
delete logo
  • Loading branch information
avachani authored Mar 4, 2024
2 parents bb68112 + de86079 commit 2d78796
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions static/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ header, .description {
padding: 20px 0;
}

.logo {
width: 300px !important;
height: auto !important;
}


.description {
max-width: 400px;
Expand Down
1 change: 0 additions & 1 deletion templates/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<body>
<header>
<h1>Welcome to MoodMap</h1>
<img src="{{ url_for('static', filename='/MoodMapLogo.png') }}" alt="MoodMap Logo" class="logo"/>
<p class="description">MoodMap aims to create emotional awareness through a comprehensive tracker that
categorizes emotions into detailed subcategories, enabling users to monitor trends and foster personal growth on a daily and weekly basis.</p>
<h2>Try it out below!</h2>
Expand Down

0 comments on commit 2d78796

Please sign in to comment.