DEV: Simplify header width css (#15746)

This commit is contained in:
Jarek Radosz 2022-02-01 22:36:34 +01:00 committed by GitHub
parent 692b6543ff
commit ce2c5ffb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,10 @@
backface-visibility: hidden; /** do magic for scrolling performance **/
> .wrap {
width: calc(100% - 20px); // accommodates for 10px vertical padding
box-sizing: border-box;
width: 100%;
height: 100%;
.contents {
display: flex;
align-items: center;