Skip to content

Commit

Permalink
More header alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Dec 10, 2023
1 parent 01f31ab commit e4a36da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 3 additions & 3 deletions extra_sass/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
text-align: center;
display: none;

@include breakpoint($large) {
@include breakpoint($medium-wide) {
display: block;
}

.btn {
@include breakpoint($large) {
@include breakpoint($medium-wide) {
width: 8.7rem;
}
}
Expand Down Expand Up @@ -155,7 +155,7 @@
display: none;
}

@media (max-width: 1023px) {
@media (max-width: 1279px) {
#site-nav,
.social-links {
display: none;
Expand Down
6 changes: 3 additions & 3 deletions extra_sass/wiremock.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--wm-light-blue: #F0F5FF;
--wm-white: #FFFFFF;
}

.wm-button {
height: 100%;
right: 0;
Expand Down Expand Up @@ -55,12 +55,12 @@ h4 {
background-color: var(--wm-blue-deep);
margin: 0 0;

@include breakpoint(960px) {
@include breakpoint($medium-wide) {
background-color: var(--wm-white);
}

.md-header__button {
@include breakpoint(960px) {
@include breakpoint($medium-wide) {
color: var(--wm-blue-deep);
}
}
Expand Down
6 changes: 0 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ extra:
# FIXME: Update when in Production
property: G-QSLQ4RWTRP

extra_css:
- assets/css/wiremock.css
#FIXME: It will not work well due to the style collision, a refactoring is needed
#- assets/css/main.css
#- assets/css/main.css.map

plugins:
- extra-sass
- search
Expand Down

0 comments on commit e4a36da

Please sign in to comment.