Fix body width

This commit is contained in:
Fred Boniface 2022-10-07 20:21:00 +01:00
parent a4f5367c0d
commit a6372dadd3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
body {
width: 90%;
width: 100%;
background-color: #B4C6E2;
}