Skip to content

Commit

Permalink
css styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmkjr authored Nov 3, 2024
1 parent bf89861 commit 02ca658
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/tools/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,12 @@ h3.quote {
font-weight: normal;
}

#certs {
position: absolute;
bottom: 0;
left: 0;
}

@media only screen and (max-width: 1024px) {

#content_wrapper{
Expand Down Expand Up @@ -326,6 +332,10 @@ h3.quote {
margin-top: 400px;
padding: 2%;
}

#certs {
display: none;
}
}


Expand Down

0 comments on commit 02ca658

Please sign in to comment.