[frontend] Remove screen width based front shrink

This commit is contained in:
Jeder 2024-10-24 22:04:55 +02:00 committed by Lilian
parent b62e24b520
commit 90af801b5e
No known key found for this signature in database

View file

@ -3,9 +3,6 @@
line-height: 1.5; line-height: 1.5;
font-weight: 400; font-weight: 400;
font-size: 15px; font-size: 15px;
@media (max-width: 1000px) {
font-size: 13px;
}
color-scheme: light dark; color-scheme: light dark;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);