fix mobile mainpage

This commit is contained in:
Ember 2024-06-19 17:14:21 +08:00
parent 7d4fcb8afa
commit 40d4928912

View File

@ -318,6 +318,11 @@
.logo-image { .logo-image {
display: none; display: none;
} }
.text-container.first {
width: calc(100% - 40px);
margin-left: 0;
margin-right: 0;
}
} }
</style> </style>