feat: add instances handler
This commit is contained in:
@ -245,7 +245,7 @@ footer {
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
#footer_container {
|
||||
#footer-container {
|
||||
width: 1024px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@ -253,6 +253,11 @@ footer {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#footer-links {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
#version {
|
||||
font-size: 1.3rem;
|
||||
color: #1b1b1b;
|
||||
|
Reference in New Issue
Block a user