Skip to content

Commit

Permalink
some header fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
urluckyturtle01 committed Feb 21, 2024
1 parent da3ee9b commit 2a22412
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 7 additions & 2 deletions components/Header/components/HeaderMenu/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,17 @@ $header-out-animation-delay: 0.3s;

.headerMenu {
position: absolute;

top: 88px;
width: 100vw;
left: 0;
background-color: #fff;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
cursor: auto;
border-bottom: 1px solid #E8E9FA;
box-shadow: 0px 16px 50px 0px rgba(179, 188, 212, 0.08);

@include header-menu;

Expand All @@ -99,6 +102,7 @@ $header-out-animation-delay: 0.3s;
margin-left: -1.5rem;
display: none;
margin-top: 1rem;
box-shadow: none;
}
}

Expand All @@ -111,7 +115,8 @@ $header-out-animation-delay: 0.3s;
display: grid;
grid-template-columns: repeat(2, 1fr);
row-gap: 1.5rem;
column-gap: 84px;
column-gap: 64px;
margin-top:2rem;
margin-bottom: 2.5rem;

@include mobile {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
@import "@/assets/styles/breakpoints.scss";

.caseStudiesSection {

padding: 7.5rem 0px;
border-top: 1px solid #e2e8ff;
background: #fff;
background: #ffffff;

@include mobile {
padding: 5rem 1rem;
padding: 5rem 0rem;
}
}

Expand All @@ -24,7 +25,7 @@

.caseStudiesSectionSubtitle {
color: #374151;
font-size: 1rem;
font-size: 1.125rem;
line-height: 140%;
letter-spacing: 0.64px;
margin-top: 0.5rem;
Expand Down

0 comments on commit 2a22412

Please sign in to comment.