Move background-color from #content to body

This commit is contained in:
Fred Boniface 2022-10-20 13:25:29 +01:00
parent 88624b30b7
commit f7bdf474d1
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ html {
body {
width: 100%;
margin: auto;
background-color: lightslategrey;
}
/* END HTML & BODY */
@ -142,7 +143,6 @@ body {
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
background-color: lightslategrey;
}
#content p {