generated from VLADIMIR/template_frontend
fix center
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
body {
|
||||
overflow: hidden;
|
||||
background-color: black;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -28,3 +30,9 @@ body {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.center-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user