Update styles for header and scrollbar, and adjust margins and borders in kontakt-v5

This commit is contained in:
Roman Pyrih
2025-04-15 14:54:05 +02:00
parent d042a7bcd4
commit b095897b95
8 changed files with 451 additions and 81 deletions

View File

@@ -10718,7 +10718,7 @@ header#header {
padding-bottom: 25px;
background: rgba(255, 255, 255, 0.5);
// backdrop-filter: blur(10px);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 1.5px 4px 0 rgba(0, 0, 0, 0.05);
position: sticky;
top: 0;
@@ -10732,7 +10732,7 @@ header#header {
// width: calc(100% - (30px * 2));
width: 100%;
height: 1px;
background: #3f3f3f;
background: #dcdcdc;
transform: translateX(-50%);
}