width to 90% on everything on mobile

This commit is contained in:
2025-04-04 11:19:24 -06:00
parent 12b5135421
commit a10b26971b
+4 -5
View File
@@ -680,11 +680,10 @@ input[type="file"] {
.article_card,
.form_card,
.view_card {
width: 90%;
}
.article_cards_grid {
.view_card,
.article_cards_grid,
.article,
.user_view {
width: 90%;
}
}