Add a placeholder for the user app
This commit is contained in:
14
www/user/main.css
Normal file
14
www/user/main.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.cp #mainBlock {
|
||||
z-index: 1;
|
||||
width: 1000px;
|
||||
max-width: 90%;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.cp #mainBlock #container {
|
||||
text-align: center;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user