fix: scroll bar issues in home and docs page

This commit is contained in:
konan-5 2024-07-19 16:56:23 +00:00
parent f1983d1d81
commit a407fa91fd
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ header {
}
.docs-body {
width: 100vw;
width: 100%;
display: flex;
flex-direction: row;

View file

@ -32,7 +32,7 @@
}
#elections-banner {
width: 100dvw;
width: 100%;
padding: .4em 1em;
background-color: #ffcb006b;
text-align: center;