Adjusting css

This commit is contained in:
Pawel Dudzik
2024-06-13 09:05:15 +02:00
parent 7fa4924b94
commit b93840ed70
2 changed files with 12 additions and 8 deletions

View File

@@ -577,10 +577,11 @@ ul.search li a:hover {
/** about section **/
.about {
background-color: #fff;
padding-top: 90px;
max-width: 1170px;
margin: auto;
background-color: #eee;
padding-top: 120px;
padding-bottom: 20px;
max-width: 1600px;
margin: -90px auto 0;
}
.about .titlepage {
@@ -883,9 +884,10 @@ ul.social_icon_staff li a:hover {
/** contact section **/
.contact {
background: #fff;
max-width: 90%;
margin: 70px auto 20px;
background: #eee;
max-width: 1600px;
margin: 20px auto 20px;
padding: 40px;
}
.contact .titlepage {