Added voting page & header styling fix

Implemented VoteComponent to allow users to vote for the server on multiple platforms. Updated routes, styles, and headers for consistency.
This commit is contained in:
Peter
2025-04-06 20:45:43 +02:00
parent b4d78690d9
commit b1f2a89a2e
13 changed files with 240 additions and 15 deletions
@@ -1,10 +1,10 @@
header {
background: url("/public/img/backgrounds/120spawn-min.png") no-repeat fixed center 0;
background-size: cover;
text-align: center;
width: 100%;
height: 100vh;
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
}
header .container {