removed horizontal scrolling

main
Said Gedik 2024-05-15 12:59:07 +02:00
parent 430619e622
commit 5875322682
3 changed files with 538 additions and 531 deletions

View File

@ -4,3 +4,7 @@
opacity: 0.9;
filter: alpha(opacity = 90);
}
body, html {
overflow-x: hidden;
}

View File

@ -210,7 +210,7 @@
}
.clearFilter:hover {
background-color: rgba(255, 255, 255, 0.729);
background-color: rgba(255, 255, 255, 0.804);
}

File diff suppressed because it is too large Load Diff