Skip to content

Commit 65746d5

Browse files
zachariastrickr
authored andcommitted
* fix issue OperationCode#312 * violations fixes
1 parent ad5d6be commit 65746d5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

app/assets/stylesheets/deploy.css.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,3 +561,18 @@ div#profile-container {
561561
flex-direction: row;
562562
justify-content: space-between;
563563
}
564+
565+
@media only screen and (max-width: 992px) {
566+
.navbar-fixed .white .nav-wrapper.container {
567+
width: 100%;
568+
}
569+
nav .brand-logo {
570+
right: 0;
571+
-webkit-transform: translateX(-50%);
572+
transform: translate(0,-50%);
573+
top: 59%;
574+
}
575+
.navbar-fixed nav {
576+
position: relative;
577+
}
578+
}

0 commit comments

Comments
 (0)