Skip to content

Commit

Permalink
Modify split line margins
Browse files Browse the repository at this point in the history
  • Loading branch information
NevadaCities committed Jun 12, 2021
1 parent 7b38e52 commit 5661e1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,15 @@
font-size: 3vw;
}
}

@media screen and (max-width: 425px)
{
hr
{
margin-left: 5%;
margin-right: 5%;
}
}
</style>

<!-- Dark Mode -->
Expand Down

0 comments on commit 5661e1c

Please sign in to comment.