This commit is contained in:
ThatOneCalculator 2022-07-06 23:23:37 -07:00
parent e51af57fb7
commit e53a5baa36
1 changed files with 6 additions and 0 deletions

View File

@ -73,3 +73,9 @@ code {
#text:focus {
border: solid #eee;
}
@media screen and (max-width: 500px) {
#text {
width: 80%
}
}