fixed banner selector and overflow hidden

This commit is contained in:
asus
2023-12-20 14:56:27 +01:00
parent 62d7b45822
commit 7484bd8697
3 changed files with 13 additions and 9 deletions

View File

@@ -35,3 +35,7 @@ section header h1 {
justify-content: center;
}
section .banner {
overflow-x: hidden;
}