Fix width

This commit is contained in:
Daniel Bulant 2021-11-25 22:52:37 +01:00 committed by GitHub
parent d1d98c997b
commit f377d896f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,7 +159,7 @@
position: sticky;
top: 0;
left: 0;
width: calc(100vw - 15px);
/*width: calc(100vw - 15px);*/
max-width: 1920px;
margin: 0 auto 30px auto;
background: white;
@ -200,4 +200,4 @@
.dark.bar a {
color: rgba(191, 191, 191, 0.698);
}
</style>
</style>