fix: Update laptop breakpoint to match my pages sidebar
This commit is contained in:
committed by
Michael Zetterberg
parent
634e9651ec
commit
665d757102
@@ -31,7 +31,7 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
@media screen and (min-width: 1367px) {
|
||||
.button {
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
|
||||
@@ -147,6 +147,9 @@ export function MainMenu({
|
||||
) : null}
|
||||
</ul>
|
||||
<div className={styles.buttonContainer}>
|
||||
<Link className={styles.link} href={myPages[lang]}>
|
||||
{intl.formatMessage({ id: "My pages" })}
|
||||
</Link>
|
||||
<BookingButton href={bookingHref} />
|
||||
{myPagesMobileDropdown && user ? (
|
||||
<div
|
||||
|
||||
@@ -235,7 +235,7 @@
|
||||
gap: var(--Spacing-x3);
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
@media (min-width: 1367px) {
|
||||
.navBar {
|
||||
grid-template-columns: 140px auto 1fr;
|
||||
height: 82.4px;
|
||||
@@ -267,6 +267,7 @@
|
||||
.mainLinks {
|
||||
padding-top: 2.5px;
|
||||
background-color: transparent;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.expanderBtn {
|
||||
@@ -295,7 +296,7 @@
|
||||
}
|
||||
|
||||
.li {
|
||||
display: table-cell;
|
||||
display: inline-grid;
|
||||
float: none;
|
||||
vertical-align: middle;
|
||||
line-height: 1.15;
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
@media screen and (min-width: 1367px) {
|
||||
.navigationMenu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
display: grid;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 950px) {
|
||||
@media screen and (max-width: 1366px) {
|
||||
.header {
|
||||
height: 70.047px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user