assets(css): fix "calc" operands should be correctly spaced

This commit is contained in:
Aditya Telange 2020-11-17 15:56:27 +05:30
parent fd06af55fc
commit c9a387ebdb
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
5 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: calc(var(--nav-width) + var(--gap)*2);
max-width: calc(var(--nav-width) + var(--gap) * 2);
margin-inline-start: auto;
margin-inline-end: auto;
line-height: var(--header-height)