small fix
This commit is contained in:
@@ -64,7 +64,10 @@
|
||||
.user-container {
|
||||
background-color: var(--primary-color);
|
||||
max-width: var(--box-width);
|
||||
margin-left: calc((var(--logo-width) - 21em) / 2);
|
||||
margin-left: calc(
|
||||
(var(--logo-width) - var(--box-width))
|
||||
/ 2
|
||||
);
|
||||
}
|
||||
|
||||
.apps {
|
||||
|
||||
Reference in New Issue
Block a user