Update max-width in container to 1080px
Some checks are pending
Simple CI Pipeline for PHP / build (push) Waiting to run

This commit is contained in:
David Vargas 2024-09-17 08:50:58 -06:00
parent 02309e0850
commit 0063a573c1
2 changed files with 1758 additions and 16 deletions

1772
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ body {
}
.container {
max-width: 720px;
max-width: 1080px;
background-color: #fff;
padding: 30px;
border-radius: 10px;