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 548d47b commit 675ceceCopy full SHA for 675cece
assets/css/v2/style.css
@@ -517,6 +517,14 @@ ol li:last-child {
517
align-items: center;
518
width: 100%;
519
height: 64px;
520
+ position: relative;
521
+
522
+ /* This is fine unless we actually want it to break document flow at super tiny viewports */
523
+ .header__logo {
524
+ position: absolute;
525
+ left: 50%;
526
+ transform: translateX(-50%);
527
+ }
528
529
.header__img {
530
height: 2.5rem;
0 commit comments