removed time restraint from server

This commit is contained in:
2026-05-30 19:02:18 +02:00
parent 0c6d582241
commit 66462c8f80
4 changed files with 110 additions and 36 deletions
+11 -3
View File
@@ -1,6 +1,14 @@
#container {
margin: 0px auto;
width: fit-content;
height: fit-content;
margin: 0px;
width: 500px;
height: 500px;
border: 10px #333 solid;
align-self: center;
position: relative;
}
.button-div{
width: 200px;
align-self: center;
margin: 50px;
}