Skip to content

Commit

Permalink
edit styles
Browse files Browse the repository at this point in the history
  • Loading branch information
djmiller1008 committed Apr 27, 2023
1 parent 469c4b5 commit e9d5f4d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion travelapp/static/travelapp/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nav {
position: sticky !important;
width: 100%;
top: 0;
z-index: 99;
z-index: 50;
}

footer {
Expand Down Expand Up @@ -472,6 +472,7 @@ footer {
height: 100%;
overflow: auto;
background-color: rgb(0,0,0, 0.4);
z-index: 99;
}

.modal-content {
Expand Down Expand Up @@ -584,6 +585,20 @@ footer {
padding: 0.5rem;
}

.error-message {
text-align: center;
}

.nav-flex-div {
width: 100%;
display: flex;
justify-content: space-between;
}

.user-info {
display: flex;
justify-content: flex-end;
}

@keyframes spin {
from {
Expand Down

0 comments on commit e9d5f4d

Please sign in to comment.