Skip to content

Commit

Permalink
Merge pull request #37 from Murdock9803/top-padding-fix
Browse files Browse the repository at this point in the history
Top padding fix on smaller screens for website
  • Loading branch information
AlexanderPico authored Dec 11, 2023
2 parents d60919c + 8d4762a commit 7e77517
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/css/nrnb.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ body {
background: #000000;
}


footer {
padding: 20px;
}
Expand Down Expand Up @@ -292,3 +291,9 @@ content: "";
/*.card:hover h4 {*/
/*color: #FFFFFF;*/
/*}*/

@media (max-width : 979px){
body {
padding-top: 0px;
}
}

0 comments on commit 7e77517

Please sign in to comment.