fix: reemove footer max-width styles for mobile container max-width conflict

This commit is contained in:
andatoshiki 2023-03-02 23:13:15 +08:00
parent 306c862eb9
commit 785f9e373d

View File

@ -71,7 +71,7 @@ a:hover {
}
.container {
margin: 0 auto;
max-width: var(--vp-layout-max-width);
/* max-width: var(--vp-layout-max-width); */
text-align: center;
}
.recordCode,