Skip to content

Commit

Permalink
Add styling for demo button and username appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
djmiller1008 committed Apr 15, 2023
1 parent 1451c9a commit 14d1544
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion travelapp/static/travelapp/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ footer {

.currency-div {
display: flex;

}

.currency-section {
Expand Down Expand Up @@ -573,6 +572,17 @@ footer {
font-size: 2.5rem;
}

.demo-button {
background: none;
border: none;
font-weight: 600;
}

.username {
display: block;
color: rgba(0,0,0,.5);
padding: 0.5rem;
}


@keyframes spin {
Expand Down Expand Up @@ -733,4 +743,11 @@ footer {
flex-direction: column;
margin: 0.5rem;
}
}

@media (max-width: 992px) {
.username {
padding-left: 0;
padding-right: 0;
}
}

0 comments on commit 14d1544

Please sign in to comment.