Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision committed Jul 4, 2024
1 parent 7fa0c2c commit bffebe3
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,19 +488,22 @@ body::-webkit-scrollbar {
font-size: 1.3rem;
}
}
@media screen and (max-height: 570px) {


@media screen and (max-height: 570px) {

.side-logo {
width:0.001px;
width: 0.001px;
}
.list-group{
font-size:0.95rem;

.list-group {
font-size: 0.95rem;
}

.mb-5 {
margin-top: 0.1px;
margin-bottom: 0.01px;
margin-right: 0.01px;
margin-left: 0.01px;
margin-top: 0.1px;
margin-bottom: 0.01px;
margin-right: 0.01px;
margin-left: 0.01px;
}

}

0 comments on commit bffebe3

Please sign in to comment.