add pages for uploading and help
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
:host{
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
@media screen {
|
||||
* {
|
||||
background-color: #aaa;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user