This commit is contained in:
SBD
2024-01-14 15:59:20 +03:00
parent e465ed9244
commit 4b434a7ee6
4 changed files with 14 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ body,html{
background: #ffffff;
/*font-family: 'Verdana', sans-serif;*/
font-family: -apple-system, 'Roboto', sans-serif;
scroll-behavior: smooth;
/*font-family:*/
/* -apple-system,*/
/* 'Raleway-Black' ,*/
@@ -472,6 +473,7 @@ body.n_scroll{
.form_feedback_container{
margin: auto;
width: 80%;
scroll-margin-top: 140px;
}