Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
shweshi authored Jan 30, 2023
1 parent b0571d2 commit e367093
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,8 @@ body.offline {
}

.footer {
color: #96958d;
text-align: right;
font-weight: bold;
height: 30px;
text-align: center;
}

.avatar {
Expand Down Expand Up @@ -637,8 +636,12 @@ body.offline {
margin: 0 20px 0 0;
}

@media only screen and (max-width: 360px) {
@media only screen and (max-width: 490px) {
.summary-container {
font-size: 1rem;
}
}

.app_main {
min-height: calc(100vh - 30px);
}

1 comment on commit e367093

@vercel
Copy link

@vercel vercel bot commented on e367093 Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

planning-poker – ./

planning-poker-eosin.vercel.app
planning-poker-git-main-shweshi.vercel.app
planning-poker-shweshi.vercel.app

Please sign in to comment.