feat: distributed styles
This commit is contained in:
20
static/css/footer.css
Normal file
20
static/css/footer.css
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: 1rem;
|
||||
text-align: center;
|
||||
color: #0005;
|
||||
font-size: 0.9rem;
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 450px) {
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: 1rem;
|
||||
left: 50%;
|
||||
translate: -50% 0;
|
||||
z-index: 999;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user