Update 'yellow/templates/base.html' That was ugly for mobile users

This commit is contained in:
muchwowmining 2022-03-13 15:34:42 +02:00 committed by dsc
parent 5af725f58d
commit fe588a77da
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
} }
@media (max-width: 800px) { @media (max-width: 800px) {
main{ main{
font-size: 4rem; font-size: 3rem;
} }
} }
</style> </style>