Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

Commit b9db9c7

Browse files
committed
Update main width to 100% for some reason
1 parent 8683812 commit b9db9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ main {
3838
gap: var(--spacing-medium);
3939
justify-content: center;
4040
justify-self: center;
41-
width: 80%;
41+
width: 100%;
4242
text-wrap: nowrap;
4343
}
4444
</style>

0 commit comments

Comments
 (0)