chore: one less breakpoint

This commit is contained in:
Cory Dransfeldt 2024-01-01 15:47:20 -08:00
parent d419258990
commit a17eb52e2b
No known key found for this signature in database

View file

@ -994,13 +994,6 @@ h6 > svg,
stroke-width: var(--stroke-width-bold);
}
/* screens: small */
@media screen and (min-width: 640px) {
main {
max-width: 640px;
}
}
/* screens: md */
@media screen and (min-width: 768px) {
.main__title {