feat: add brand-version to display version bottom right
This commit is contained in:
@@ -41,6 +41,16 @@ h1 {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.brand-version {
|
||||
position: fixed;
|
||||
right: 1rem;
|
||||
bottom: 1rem;
|
||||
font-size: 0.85rem;
|
||||
letter-spacing: 0.2em;
|
||||
text-transform: uppercase;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.page-center h1 {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user