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 af1313f commit 70f2f6fCopy full SHA for 70f2f6f
assets/css/v2/style.css
@@ -510,6 +510,14 @@ ol li:last-child {
510
align-items: center;
511
width: 100%;
512
height: 64px;
513
+ position: relative;
514
+
515
+ /* This is fine unless we actually want it to break document flow at super tiny viewports */
516
+ .header__logo {
517
+ position: absolute;
518
+ left: 50%;
519
+ transform: translateX(-50%);
520
+ }
521
522
.header__img {
523
height: 2.5rem;
0 commit comments