Skip to content

Commit b2c1289

Browse files
authored
Remove font-size setting in mobile media query
Removed font-size adjustment for mobile layout.
1 parent e3cf4af commit b2c1289

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/layouts/BaseLayout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ const structuredData = {
104104

105105
@media (max-width: 880px) {
106106
body {
107-
font-size: 0.7rem;
108107
padding: 0.5rem;
109108
}
110109
.mobile-table thead {

0 commit comments

Comments
 (0)