Added separate styling for mobile

This commit is contained in:
2025-04-06 12:01:20 -04:00
parent 49b4820c2d
commit ad254d2760

View File

@@ -176,6 +176,11 @@
#fetchingText {
visibility: hidden;
}
@media only screen and (max-width: 768px) {
main {
flex-direction: column;
}
}
</style>
</head>