Skip to content

Commit

Permalink
footer has z-index -1 and labels wrap around
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMyst committed Jun 3, 2020
1 parent 071b4ba commit b674493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ input[type=text]:focus

.repo .labels
{
display: flex;
flex-direction: row;
margin-bottom: 0;
}

Expand All @@ -90,6 +88,7 @@ input[type=text]:focus
background-color: black;
padding: 0.25rem 1rem;
font-size: 1rem;
display: inline-block;
}

.repo .meta
Expand Down Expand Up @@ -135,6 +134,7 @@ footer
bottom: 0;
text-align: center;
width: 100%;
z-index: -1;
}

@media screen and (max-width: 640px)
Expand Down

0 comments on commit b674493

Please sign in to comment.