header changes

This commit is contained in:
Janis M
2022-03-29 10:56:41 +02:00
parent 0caff2b01a
commit 5c128cb2ae
3 changed files with 21 additions and 8 deletions

View File

@@ -37,7 +37,6 @@ h1, h2{
#content
{
width: 1000px;
height:3000px;
background-color: rgb(244, 244, 244);
margin:auto;
padding-top: 10px;
@@ -235,4 +234,12 @@ textarea{
display:block;
margin-left: auto;
margin-right: auto;
}
}
@media only screen and (max-width: 1030px) {
#content
{
width: 100%;
}
}