Skip to content

Commit

Permalink
[BUGFIX] retirer un scroll non utils sur la page d'accueil (PIX-13917)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Nov 29, 2024
2 parents 46040bd + bbc5360 commit c7b2a41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion junior/app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ b {
main {
display: flex;
flex-direction: column;
min-height: 95vh;
min-height: 92vh;
}
}

Expand Down
6 changes: 4 additions & 2 deletions junior/app/styles/pages/organization-code.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.school-code {
display: flex;
flex-direction: column;
margin-top: 100px;
margin-top: 2rem;

p, label {
width: fit-content;
Expand Down Expand Up @@ -72,15 +72,17 @@
width: 149px;
height: 80px;
margin-top: 130px;
margin-bottom: 20px;
}

@include device-is('desktop') {
margin-top: 62px;
margin-top: 30px;

.logo {
width: 209px;
height: 112px;
margin-top: 130px;
margin-bottom: 16px;
}
}

Expand Down

0 comments on commit c7b2a41

Please sign in to comment.