We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d919e commit 2639f67Copy full SHA for 2639f67
projects/www/src/app/app.component.ts
@@ -30,7 +30,7 @@ import { FooterComponent } from './components/footer.component';
30
:host {
31
display: block;
32
position: relative;
33
- width: calc(100lvw - 270px);
+ width: calc(100% - 270px);
34
left: 270px;
35
}
36
0 commit comments