mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
fix: reemove footer max-width styles for mobile container max-width conflict
This commit is contained in:
parent
306c862eb9
commit
785f9e373d
@ -71,7 +71,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: var(--vp-layout-max-width);
|
/* max-width: var(--vp-layout-max-width); */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.recordCode,
|
.recordCode,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user