disable contact section

This commit is contained in:
michivonah 2023-08-13 17:15:00 +02:00
parent 530fd409b3
commit e0173c9a38
2 changed files with 6 additions and 2 deletions

View file

@ -627,6 +627,10 @@ body{
}
/* Contact Section */
#contact{
display: none;
}
#contact input{
width: calc(100% - 20px);
height: auto;