Add missing semicolons to base.scss

This commit is contained in:
Daniel James Smith 2021-10-14 18:59:38 +02:00
parent d8dbeab911
commit 732f065012
No known key found for this signature in database
GPG Key ID: 03E4BD365FF06726
1 changed files with 2 additions and 2 deletions

View File

@ -348,11 +348,11 @@ app-root {
@media only screen and (min-width: 601px) {
app-lock header {
padding: 0 calc((100% - 500px) / 2)
padding: 0 calc((100% - 500px) / 2);
}
app-lock content {
padding: 0 calc((100% - 500px) / 2)
padding: 0 calc((100% - 500px) / 2);
}
}