Small layout fixes

This commit is contained in:
Pawel Dudzik
2024-06-24 14:28:26 +02:00
parent 8178e6e5f9
commit 6ccf21ed53
3 changed files with 18 additions and 40 deletions

View File

@@ -541,7 +541,7 @@ ul.search li a:hover {
}
.const {
padding: 5px 0;
padding: 15px 0;
background: #fff;
box-shadow: 0 0 250px rgba(3, 3, 3, 0.16);
transition: ease-in all 0.5s;
@@ -579,8 +579,8 @@ ul.search li a:hover {
.about {
background: #eee;
max-width: 1600px;
margin: -75px auto 20px;
padding: 100px 40px 40px 40px;
margin: -95px auto 20px;
padding: 130px 40px 40px 40px;
}
.about .titlepage {