Added separate styling for mobile

resizeSvg
Aadhavan Srinivasan 2 weeks ago
parent 49b4820c2d
commit ad254d2760

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

Loading…
Cancel
Save