Skip to content

Commit

Permalink
Minor fix on nav width and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Sep 5, 2024
1 parent 82eb7df commit c02c0d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/components/landing/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ body.active {
display: flex;
flex-direction: row;
flex-wrap:nowrap;
padding: 10px 10%;
padding: 6px 10%;
width: 80%;
justify-content: space-between;
align-items: center;
background-color: $off_black;
max-width: 1200px;
// max-width: 1200px;
}
.landing-menu {
display: flex;
Expand Down Expand Up @@ -183,7 +183,7 @@ body.active {
.pd-60 {
padding-top: 60px;
}

// Video section
.video-section{
background: url("/assets/images/landing/smartcitizen-workshop.jpg") center/cover;
Expand Down Expand Up @@ -286,7 +286,7 @@ body.active {
flex-wrap: wrap;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}
.navigation {
width: 100%;
Expand Down Expand Up @@ -383,7 +383,7 @@ body.active {
}
.header-section {
margin: 0px;

}
.p-header{
font-size:19px;
Expand Down Expand Up @@ -496,7 +496,7 @@ body.active {
// .img-sck_edu{
// background: blue url("/assets/images/new_sck.jpg") center/cover;
// }

.tile-image.tile{
min-height:300px;
}
Expand Down

0 comments on commit c02c0d0

Please sign in to comment.