Skip to content

Commit

Permalink
Reorganize CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkohei13 committed Jul 16, 2024
1 parent 09adc96 commit 021824a
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions app/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,18 @@ button:active {
display: none;
}

.anchor_link {
margin-top: 2em;
margin-left: 0;
padding-left: 0;
}
.anchor_link li {
list-style-type: none;
}

.no_additional_taxa {
color: #777;
}

/* TABLES */

Expand Down Expand Up @@ -479,19 +491,6 @@ padding: 10px;
}


.anchor_link {
margin-top: 2em;
margin-left: 0;
padding-left: 0;
}
.anchor_link li {
list-style-type: none;
}

.no_additional_taxa {
color: #777;
}

@media screen and (min-width: 769px) {

#login_navi {
Expand Down

0 comments on commit 021824a

Please sign in to comment.